Refactor deployment workflow: Remove 'docker compose build --no-cache' command from deploy.yml to simplify the deployment process and enhance efficiency.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m22s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m22s
This commit is contained in:
@@ -17,5 +17,4 @@ jobs:
|
||||
|
||||
- name: Deploy stack
|
||||
run: |
|
||||
docker compose build --no-cache
|
||||
docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user