diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cf69f34..8e6c191 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -50,4 +50,4 @@ jobs: DOCKER_HOST: tcp://${{ inputs.host }}:2376 run: | docker compose pull - docker compose -p ${{ inputs.environment }} up -d \ No newline at end of file + docker compose -p ${{ inputs.environment }} up -d --force-recreate \ No newline at end of file