Fix pipeline

This commit is contained in:
Administrator 2022-05-03 11:13:01 +02:00
parent 1c29828bcd
commit ea9769eb14

View File

@ -43,7 +43,7 @@ pipeline:
script:
- cd /home/administrator/GuessThePrice
- git pull
- cd deploy
- cd .deploy
- docker-compose pull
- docker-compose -p "guesstheprice" up -d
when: