Skip to content

Commit

Permalink
[refact] 배포환경 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Dec 18, 2023
1 parent cd46ee5 commit c5c7d25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
sudo touch .env
echo "${{ secrets.ENV_DEV }}" | sudo tee .env > /dev/null
sudo rm docker-compose.dev.yml
sudo curl -o docker-compose.dev.yml https://raw.githubusercontent.com/CEOS-Developers/CEOS-BE/dev/docker-compose.dev.yml
sudo curl -o docker-compose.dev.yml https://raw.githubusercontent.com/CEOS-Developers/CEOS-BE/refact/os-migration/docker-compose.dev.yml
sudo chmod 666 /var/run/docker.sock
sudo docker rm -f $(docker ps -qa)
Expand Down

0 comments on commit c5c7d25

Please sign in to comment.