Skip to content

Commit

Permalink
Update cd-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-alef committed Jun 5, 2023
1 parent d85c7d4 commit 93a001f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ jobs:
ssh azure 'sudo rm -rf /api/java-api.jar'
scp target/java-api.jar azure:/api/java-api.jar
ssh azure 'sudo systemctl start java-api'
- name: Deploy Docker
run: |
docker build . kevinalef/java-api:latest
docker push kevinalef/java-api:tagname

0 comments on commit 93a001f

Please sign in to comment.