Skip to content

Commit 617040e

Browse files
authored
Merge pull request #28 from Embula-Project/dev
Dev
2 parents b0e1c3d + c78afce commit 617040e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
- name: Deploy to EC2
4848
uses: appleboy/ssh-action@v0.1.7
4949
with:
50-
host : ${{secret.EC2_HOST}}
51-
username : ${{secret.EC2_USER}}
52-
key: ${{secret.EC2_KEY}}
50+
host : ${{secrets.EC2_HOST}}
51+
username : ${{secrets.EC2_USER}}
52+
key: ${{secrets.EC2_KEY}}
5353
script:
5454
docker pull dewmink/embula-backend:latest
5555
docker stop embula-backend || true

0 commit comments

Comments
 (0)