Skip to content

Commit

Permalink
refactor: Update docker-compose.yml to use 'app' instead of 'auth' fo…
Browse files Browse the repository at this point in the history
…r service name
  • Loading branch information
suk-6 committed Jul 13, 2024
1 parent 0776a76 commit 632e058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
script: |
cd /root/adego-api
git pull
docker compose up -d --build
docker compose build
docker compose up -d

0 comments on commit 632e058

Please sign in to comment.