Remove --build flag from docker compose command in deploy.yml to streamline deployment process and avoid unnecessary image rebuilding.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 50s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 50s
This commit is contained in:
@@ -20,4 +20,4 @@ jobs:
|
|||||||
NEXTAUTH_URL: ${NEXTAUTH_URL}
|
NEXTAUTH_URL: ${NEXTAUTH_URL}
|
||||||
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
|
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
|
||||||
run: |
|
run: |
|
||||||
docker compose up -d --build
|
docker compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user