Compare commits
3 Commits
2bbe34f703
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c18978460 | ||
|
|
9fd19b8f7c | ||
|
|
b69a128a76 |
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PROJECT_NAME: notification
|
PROJECT_NAME: taxi-notification
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/Dockerfile.web
|
file: Dockerfile
|
||||||
push: false
|
push: false
|
||||||
load: true
|
load: true
|
||||||
tags: ${{ env.PROJECT_NAME }}:test
|
tags: ${{ env.PROJECT_NAME }}:test
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
notification:
|
notification:
|
||||||
image: jscorptech/taxi-notification:latest
|
image: jscorptech/taxi-notification:3
|
||||||
env_file:
|
env_file:
|
||||||
- /opt/env/.notification
|
- /opt/env/.notification
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user