Skip to content

Commit

Permalink
chore: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
zeze1004 authored Mar 29, 2024
1 parent a455bb5 commit 0a6d8f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
sudo docker run -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:${{ steps.extract_tag.outputs.tag }}
sudo docker image prune -f
ps -ef | grep
docker-compose -f docker-compose-dev.yml down
docker-compose -f docker-compose-dev.yml up -d
# - name: Deploy using docker-compose
# run: |
Expand Down

0 comments on commit 0a6d8f8

Please sign in to comment.