Skip to content

Commit

Permalink
Update dev_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m3k0813 authored Jul 29, 2024
1 parent d63fd3e commit cd50168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
envs: GITHUB_SHA
script: |
cd ./backend
echo test1234 > test.txt
sudo docker-compose down
sudo docker rm -f $(docker ps -qa) || true
sudo docker pull ${{ secrets.DOCKER_REPO }}
docker-compose up --build -d
Expand Down

0 comments on commit cd50168

Please sign in to comment.