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 7989aa2 commit 9adc9bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
sudo docker image prune -f
ps -ef | grep
# - name: Deploy using docker-compose
# run: |
# docker-compose -f docker-compose-dev.yml down
# docker-compose -f docker-compose-dev.yml up -d
# env:
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
# DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- name: Deploy using docker-compose
run: |
docker-compose -f docker-compose-dev.yml down
docker-compose -f docker-compose-dev.yml up -d
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 9adc9bc

Please sign in to comment.