Skip to content

Commit

Permalink
Copilot giving me bad code lol
Browse files Browse the repository at this point in the history
  • Loading branch information
mustyoshi committed Jan 19, 2025
1 parent 3a7b31b commit 92a1bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- name: Pull
run: cd /home/mustyoshi/Github/congress-dev && GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git pull
- name: Build containers
run: cd /home/mustyoshi/Github/congress-dev && docker-compose -f docker-compose.prod.yml up --build
run: cd /home/mustyoshi/Github/congress-dev && docker-compose -f .docker/docker-compose.yml -f .docker/docker-compose.prod.yml build
- name: Deploy
run: cd /home/mustyoshi/Github/congress-dev && bash start_prod.sh

0 comments on commit 92a1bd0

Please sign in to comment.