We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04aa139 commit 7b364fdCopy full SHA for 7b364fd
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
host: 43.205.143.123
17
username: ubuntu
18
- key: ${{ secrets.EC2_SSH_KEY }}
+ key: ${{ secrets.DEPLOY_KEY }}
19
script: |
20
cd /var/www/softwareProject
21
git pull origin main
0 commit comments