We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a313dc8 commit 7545bc8Copy full SHA for 7545bc8
.github/workflows/main.yml
@@ -41,5 +41,7 @@ jobs:
41
username: ${{ secrets.SSH_USERNAME }}
42
# key: ${{ secrets.SSH_PRIVATE_KEY }}
43
password: ${{ secrets.SSH_PASSWORD }}
44
- script: whoami
+ script: |
45
+ cd ${{ secrets.APP_PATH }}
46
+ ./build.sh
47
0 commit comments