We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f6be8 commit 7e4cbf5Copy full SHA for 7e4cbf5
1 file changed
.github/workflows/deploy-with-ssh.yml
@@ -26,7 +26,7 @@ jobs:
26
# GITHUB ENVIROMENT is appropriate to use, but it is not available for private repository
27
- name: deploy to staging
28
if: ${{ inputs.target == 'staging' }}
29
- uses: appleboy/ssh-action@master
+ uses: appleboy/ssh-action@v1.2.0
30
with:
31
host: ${{ vars.DEPLOY_STAGING_SSH_HOST }}
32
port: ${{ vars.DEPLOY_STAGING_SSH_PORT }}
@@ -39,7 +39,7 @@ jobs:
39
40
- name: deploy to production
41
if: ${{ inputs.target == 'production' }}
42
43
44
host: ${{ vars.DEPLOY_PRODUCTION_SSH_HOST }}
45
port: ${{ vars.DEPLOY_PRODUCTION_SSH_PORT }}
0 commit comments