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
|
||||
|
||||
env:
|
||||
PROJECT_NAME: notification
|
||||
PROJECT_NAME: taxi-notification
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./docker/Dockerfile.web
|
||||
file: Dockerfile
|
||||
push: false
|
||||
load: true
|
||||
tags: ${{ env.PROJECT_NAME }}:test
|
||||
|
||||
@@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
notification:
|
||||
image: jscorptech/taxi-notification:latest
|
||||
image: jscorptech/taxi-notification:3
|
||||
env_file:
|
||||
- /opt/env/.notification
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user