This commit is contained in:
parent
8075d3435c
commit
4bc6d3ab4c
1 changed files with 2 additions and 2 deletions
|
|
@ -50,5 +50,5 @@ jobs:
|
|||
|
||||
- name: Deploy on VM
|
||||
run: |
|
||||
docker compose -f ${COMPOSE} pull
|
||||
docker compose -f ${COMPOSE} up -d
|
||||
docker compose -p ${{ env.APP_NAME }}-${TAG} -f ${COMPOSE} pull
|
||||
docker compose -p ${{ env.APP_NAME }}-${TAG} -f ${COMPOSE} up -d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue