Skip to content

Commit

Permalink
updated deployment and updating script to use the ghcr.io stored image
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloutyg committed Feb 1, 2024
1 parent efbd8c2 commit ed15ffd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions env_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ version: '3.8'
services:
webefnc:
build: ./docker/dockerfile/
image: ghcr.io/kiloutyg/efnc:main
restart: unless-stopped
entrypoint: "./${APP_CONTEXT}-entrypoint.sh"
environment:
Expand Down Expand Up @@ -155,7 +155,7 @@ version: '3.8'
services:
web:
build: ./docker/dockerfile/
image: ghcr.io/kiloutyg/efnc:main
restart: unless-stopped
entrypoint: "./${APP_CONTEXT}-entrypoint.sh"
environment:
Expand Down Expand Up @@ -195,7 +195,7 @@ version: '3.8'
services:
web:
build: ./docker/dockerfile/
image: ghcr.io/kiloutyg/efnc:main
restart: unless-stopped
entrypoint: "./${APP_CONTEXT}-entrypoint.sh"
environment:
Expand Down
4 changes: 2 additions & 2 deletions env_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ version: '3.8'
services:
web:
build: ./docker/dockerfile/
image: ghcr.io/kiloutyg/efnc:main
restart: unless-stopped
entrypoint: "./${APP_CONTEXT}-entrypoint.sh"
environment:
Expand Down Expand Up @@ -108,7 +108,7 @@ version: '3.8'
services:
web:
build: ./docker/dockerfile/
image: ghcr.io/kiloutyg/efnc:main
restart: unless-stopped
entrypoint: "./${APP_CONTEXT}-entrypoint.sh"
environment:
Expand Down

0 comments on commit ed15ffd

Please sign in to comment.