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 935871e commit a313dc8Copy full SHA for a313dc8
.github/workflows/main.yml
@@ -35,13 +35,11 @@ jobs:
35
run: ./vendor/bin/phpunit
36
37
- name: Deploy using ssh
38
- uses: appleboy/ssh-action@master
+ uses: appleboy/ssh-action@v1.1.0
39
with:
40
host: ${{ secrets.SSH_HOST }}
41
username: ${{ secrets.SSH_USERNAME }}
42
# key: ${{ secrets.SSH_PRIVATE_KEY }}
43
password: ${{ secrets.SSH_PASSWORD }}
44
- script: |
45
- cd ${{ secrets.APP_PATH }}
46
- ./build.sh
+ script: whoami
47
0 commit comments