fix
This commit is contained in:
@@ -75,7 +75,3 @@ STORAGE_PROTOCOL=http:
|
|||||||
|
|
||||||
# Didox configs
|
# Didox configs
|
||||||
DIDOX_PARTNER_TOKEN=...
|
DIDOX_PARTNER_TOKEN=...
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Celery configs
|
|
||||||
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -152,6 +152,6 @@ jobs:
|
|||||||
"DB_HOST=postgres" \
|
"DB_HOST=postgres" \
|
||||||
"DB_NAME=sifatbahodb" \
|
"DB_NAME=sifatbahodb" \
|
||||||
"DB_PORT=5432" \
|
"DB_PORT=5432" \
|
||||||
"DIDOX_TOKEN=${{ secrets.DIDOX_TOKEN }}"
|
"DIDOX_PARTNER_TOKEN=${{ secrets.DIDOX_TOKEN }}"
|
||||||
export PORT=8085
|
export PORT=8085
|
||||||
docker stack deploy -c stack.yaml ${{ env.PROJECT_NAME }} --with-registry-auth
|
docker stack deploy -c stack.yaml ${{ env.PROJECT_NAME }} --with-registry-auth
|
||||||
|
|||||||
Reference in New Issue
Block a user