Skip to content

Commit

Permalink
Updated YML
Browse files Browse the repository at this point in the history
  • Loading branch information
zzunipark committed Jun 1, 2024
1 parent 93f0466 commit 839f55f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ jobs:
needs: build-docker-image
runs-on: self-hosted
steps:
- name: Check Docker login status
run: sudo docker info

- name: pull docker image with latest tag
run: sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/mindway-v2-backend
run: docker pull ${{ secrets.DOCKERHUB_USERNAME }}/mindway-v2-backend

- name: docker stop container
run: sudo docker stop $(sudo docker ps -q) 2> /dev/null || true
Expand Down

0 comments on commit 839f55f

Please sign in to comment.