Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
ci(github): update deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Mar 27, 2024
1 parent 23064ed commit f8002bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
script: |
docker pull quackai/contribution-api:latest
docker rmi -f $(docker images -f "dangling=true" -q)
cd devops && docker compose stop backend && docker compose up -d && docker compose exec backend alembic upgrade head
cd devops && docker compose stop backend && docker compose up -d --wait && docker compose exec backend alembic upgrade head
docker inspect -f '{{ .Created }}' $(docker compose images -q backend)
- name: Ping server
env:
Expand Down

0 comments on commit f8002bd

Please sign in to comment.