Skip to content

Commit

Permalink
Merge pull request #98 from GeneralMagicio/staging
Browse files Browse the repository at this point in the history
Staging to Main
  • Loading branch information
aminlatifi authored Oct 14, 2024
2 parents ebc2c67 + 8dcbb2b commit 234cc93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-deploy-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
git checkout main
git pull
docker compose -f docker-compose-production.yml pull
docker compose -f docker-compose-production.yml up -d
docker compose -f docker-compose-production.yml up --force-recreate -d
docker image prune -a --force
4 changes: 2 additions & 2 deletions .github/workflows/main-publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish-deploy-main-branch

on:
workflow_dispatch:

jobs:
run-linters:
name: Run linters
Expand Down Expand Up @@ -66,5 +66,5 @@ jobs:
git checkout main
git pull
docker compose -f docker-compose-production.yml pull
docker compose -f docker-compose-production.yml up -d
docker compose -f docker-compose-production.yml up --force-recreate -d
docker image prune -a --force

0 comments on commit 234cc93

Please sign in to comment.