We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0e1c3d + c78afce commit 617040eCopy full SHA for 617040e
1 file changed
.github/workflows/maven.yml
@@ -47,9 +47,9 @@ jobs:
47
- name: Deploy to EC2
48
uses: appleboy/ssh-action@v0.1.7
49
with:
50
- host : ${{secret.EC2_HOST}}
51
- username : ${{secret.EC2_USER}}
52
- key: ${{secret.EC2_KEY}}
+ host : ${{secrets.EC2_HOST}}
+ username : ${{secrets.EC2_USER}}
+ key: ${{secrets.EC2_KEY}}
53
script:
54
docker pull dewmink/embula-backend:latest
55
docker stop embula-backend || true
0 commit comments