Update deployment workflow: Modify deploy.yml to include the --build flag in the docker compose up command, ensuring that images are rebuilt during deployment for the latest changes.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 9m16s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 9m16s
This commit is contained in:
@@ -14,4 +14,4 @@ jobs:
|
||||
|
||||
- name: Deploy stack
|
||||
run: |
|
||||
docker compose up -d
|
||||
docker compose up -d --build
|
||||
|
||||
Reference in New Issue
Block a user