fix: add debug mode to SSH action
Deploy to Dev / deploy-dev (push) Failing after 1s
Details
Deploy to Dev / deploy-dev (push) Failing after 1s
Details
This commit is contained in:
parent
7885d50a3b
commit
815288621f
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
host: ${{ secrets.DEV_HOST }}
|
||||
username: ${{ secrets.DEV_USER }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
debug: true
|
||||
script: |
|
||||
set -e
|
||||
cd /var/www/platform/dev
|
||||
|
|
@ -40,6 +41,7 @@ jobs:
|
|||
host: ${{ secrets.DEV_HOST }}
|
||||
username: ${{ secrets.DEV_USER }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
debug: true
|
||||
script: |
|
||||
sleep 10
|
||||
docker compose ps
|
||||
|
|
|
|||
Loading…
Reference in New Issue