chore: update deploy workflow to rebuild Docker images during deployment
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5m43s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5m43s
This commit is contained in:
@@ -20,4 +20,4 @@ jobs:
|
|||||||
AUTH_URL: ${{ vars.AUTH_URL }}
|
AUTH_URL: ${{ vars.AUTH_URL }}
|
||||||
DATA_VOLUME_PATH: ${{ vars.DATA_VOLUME_PATH }}
|
DATA_VOLUME_PATH: ${{ vars.DATA_VOLUME_PATH }}
|
||||||
run: |
|
run: |
|
||||||
docker compose up -d
|
docker compose up -d --build
|
||||||
|
|||||||
Reference in New Issue
Block a user