Skip to content

Commit

Permalink
ci: deploy at the end of action
Browse files Browse the repository at this point in the history
  • Loading branch information
brokad authored Mar 13, 2022
1 parent ffdf198 commit 08938a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
context: .
push: true
tags: ${{ env.CONTAINER_REGISTRY }}:${{ github.sha }},${{ env.CONTAINER_REGISTRY }}:latest
- name: Deploy Image
run: |
ssh ubuntu@prod sudo systemctl restart unveil-backend.service

0 comments on commit 08938a1

Please sign in to comment.