pull for prod, not rebuild

This commit is contained in:
Thomas Hobson 2021-04-25 15:05:27 +12:00
parent 35c807dac1
commit e96be60e7a
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

2
piston
View File

@ -11,7 +11,7 @@ case $1 in
;;
update)
git pull
docker-compose build api
docker-compose pull api
docker-compose up -d api
;;
clean-pkgs)