Skip to content

Commit

Permalink
[feat] docker-compose 변경시 자동적용
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Dec 18, 2023
1 parent 629736d commit cd46ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +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 chmod 666 /var/run/docker.sock
Expand Down

0 comments on commit cd46ee5

Please sign in to comment.