Skip to content

Commit

Permalink
update ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
owenowenisme committed Dec 10, 2024
1 parent 0e79c1f commit 6a65a96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/frontend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
username: ${{ secrets.DEV_USERNAME }}
key: ${{ secrets.DEV_SSHKEY }}
script: |
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
docker stop pastexam-frontend >> /dev/null 2>&1
docker run -p 3000:3000 -d --name pastexam-frontend --restart always ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
whoami
- name: Disconnect from WireGuard
run: |
Expand Down

0 comments on commit 6a65a96

Please sign in to comment.