update pipeline
All checks were successful
Deploy / deploy (push) Successful in 5s

This commit is contained in:
Nuno Duque Nunes 2026-05-18 19:49:07 +01:00
parent 8075d3435c
commit 4bc6d3ab4c

View file

@ -50,5 +50,5 @@ jobs:
- name: Deploy on VM - name: Deploy on VM
run: | run: |
docker compose -f ${COMPOSE} pull docker compose -p ${{ env.APP_NAME }}-${TAG} -f ${COMPOSE} pull
docker compose -f ${COMPOSE} up -d docker compose -p ${{ env.APP_NAME }}-${TAG} -f ${COMPOSE} up -d