you gotta tell git to pull

This commit is contained in:
Shihaam Abdul Rahman 2023-04-11 10:29:38 +05:00
parent 806c963712
commit 2f2eb872d8
Signed by: shihaam
GPG Key ID: 1D33DF08702F2A9C

View File

@ -3,7 +3,7 @@
echo "Content-type: text/html"
echo ""
git -C /mnt/vol2/cicd/Fishie-Honesty-UI
git -C /mnt/vol2/cicd/Fishie-Honesty-UI pull
docker compose -f /mnt/vol2/cicd/Fishie-Honesty-UI/.build/docker-compose.yml build
docker compose -f /mnt/vol2/cicd/Fishie-Honesty-UI/.build/docker-compose.yml push
docker compose -f /mnt/vol3/www/honestyui/docker-compose.yml pull