Skip to content

Commit

Permalink
Merge pull request #58 from ClickPop/hotfix/deploy-scripts
Browse files Browse the repository at this point in the history
hotfix/deploy scripts
  • Loading branch information
seanmetzgar authored Nov 20, 2020
2 parents 197b4ed + 76d9207 commit 9e5b653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions scripts/develop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
cd backtalk-develop
docker-compose up -d --build --force-recreate
# rm .env
docker-compose down
docker-compose up -d --build
rm .env
3 changes: 2 additions & 1 deletion scripts/production.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
cd backtalk-api
docker-compose up -d --build --force-recreate
docker-compose down
docker-compose up -d --build
rm .env

0 comments on commit 9e5b653

Please sign in to comment.