Skip to content

Commit

Permalink
fix(#35): docker tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Nov 12, 2024
1 parent f630018 commit c513357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

- name: Deploy
run: |
echo "DOCKER_TAG: $DOCKER_TAG"
ssh -o StrictHostKeyChecking=no mun@211.188.48.24 "docker pull $DOCKER_TAG && \
docker stop froxy-container || true && \
docker rm froxy-container || true && \
Expand Down

0 comments on commit c513357

Please sign in to comment.