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 05c3de8 commit 3a9ec7bCopy full SHA for 3a9ec7b
.github/workflows/aws.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
host: ${{ secrets.EC2_HOST }}
58
username: ${{ secrets.EC2_USER }}
59
- key: ${{ secrets.EC2_SSH_KEY }}
+ key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
60
script: |
61
cd didacto-testserver
62
sudo docker-compose stop
0 commit comments