fix redeploy
This commit is contained in:
parent
83be2df651
commit
7c95f7c6f7
1 changed files with 5 additions and 5 deletions
10
redeploy.sh
10
redeploy.sh
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
git reset --hard
|
||||
git pull -v
|
||||
docker-compose down
|
||||
docker-compose up --force-recreate --build -d
|
||||
#!/bin/bash
|
||||
git reset --hard
|
||||
git pull -v
|
||||
docker-compose down
|
||||
docker-compose up --force-recreate --build -d
|
||||
|
|
Loading…
Add table
Reference in a new issue