Skip to content

Commit 7545bc8

Browse files
committed
Running build script from action
1 parent a313dc8 commit 7545bc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ jobs:
4141
username: ${{ secrets.SSH_USERNAME }}
4242
# key: ${{ secrets.SSH_PRIVATE_KEY }}
4343
password: ${{ secrets.SSH_PASSWORD }}
44-
script: whoami
44+
script: |
45+
cd ${{ secrets.APP_PATH }}
46+
./build.sh
4547

0 commit comments

Comments
 (0)