You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
367 B

stages:
- deploy
deploy:
stage: deploy
only:
- main
script:
- cd /home/toren332/postamates/
- sudo docker-compose down
- sudo git fetch
- sudo git reset --hard origin/main
- sudo git submodule foreach git pull origin main
- sudo docker-compose build --no-cache frontend
- sudo docker-compose up -d
tags:
- deploy-remote