We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9712e09 commit 159060aCopy full SHA for 159060a
1 file changed
.github/workflows/deploy-ec2.yml
@@ -58,7 +58,7 @@ jobs:
58
jinjanate deploy/nginx/nginx.conf.j2 .env --format=env -o deploy/nginx/nginx.conf
59
60
- name: Copy files to EC2
61
- uses: appleboy/scp-action@v0.1.7
+ uses: appleboy/scp-action@v1
62
with:
63
host: ${{ secrets.SSH_HOST }}
64
username: ${{ secrets.SSH_USERNAME }}
0 commit comments