fix #2

Merged
emmatveev merged 1 commits from master into dev 2024-11-24 11:08:44 +03:00
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,8 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: dev ref: dev
- name: network
run: docker network create -d overlay --attachable configurator-development || true
- name: deploy - name: deploy
env: env:
MONGO_PASSWORD_DEV: ${{ secrets.MONGO_PASSWORD_DEV }} MONGO_PASSWORD_DEV: ${{ secrets.MONGO_PASSWORD_DEV }}

View File

@ -37,6 +37,8 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: prod ref: prod
- name: network
run: docker network create -d overlay --attachable configurator || true
- name: deploy - name: deploy
env: env:
MONGO_PASSWORD_PROD: ${{ secrets.MONGO_PASSWORD_PROD }} MONGO_PASSWORD_PROD: ${{ secrets.MONGO_PASSWORD_PROD }}