Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard committed Jun 12, 2024
2 parents 692348b + b6eb802 commit 192c7d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deploy-production.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh
git fetch origin && git reset --hard origin/main && git clean -f -d && \
docker compose -f docker-compose.production.yml down && \
docker compose -f docker-compose.production.yml pull && \
docker compose -f docker-compose.production.yml --env-file .env.production up -d;
git fetch origin && git reset --hard origin/main && git clean -f -d && git pull && \
docker compose -f docker-compose.production.yml up --build -d

0 comments on commit 192c7d5

Please sign in to comment.