Skip to content

Commit

Permalink
- add prod setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gessmass committed Aug 28, 2024
1 parent 18c4896 commit 98afaa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fetch-and-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# fetch-and-deploy.sh
docker compose -f docker-compose.prod.yml down && \
docker compose -f docker-compose.prod.yml pull && \
GATEWAY_PORT=8001 docker compose -f docker-compose.prod.yml up -d;
docker compose -f docker-compose.build.prod.yml down && \
docker compose -f docker-compose.build.prod.yml pull && \
GATEWAY_PORT=8001 docker compose -f docker-compose.build.prod.yml up -d;

0 comments on commit 98afaa6

Please sign in to comment.