Skip to content

Commit

Permalink
seperate docker compose file in staging and production for backup
Browse files Browse the repository at this point in the history
  • Loading branch information
AthulyaMS committed Jul 18, 2024
1 parent 1145719 commit d7bc09b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
cd /home/gitautodeploy/vachan-api
git pull origin version-2
cd docker
docker compose --profile deployment --env-file prod.env up --force-recreate --build -d
docker compose -f docker-compose-staging.yml --profile deployment --env-file prod.env up --force-recreate --build -d
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
cd /home/vachanstaging/vachan-api
git pull origin version-2
cd docker
docker compose --profile deployment --env-file prod.env up --force-recreate --build -d
docker compose -f docker-compose-production.yml --profile deployment --env-file prod.env up --force-recreate --build -d
Empty file.
File renamed without changes.

0 comments on commit d7bc09b

Please sign in to comment.