fix redeploy

This commit is contained in:
Dmitriy Kazimirov 2025-04-02 06:08:32 +00:00
parent 83be2df651
commit 7c95f7c6f7

View file

@ -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