master #3

Merged
emmatveev merged 4 commits from master into prod 2024-11-24 11:32:13 +03:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit eb6f3402f8 - Show all commits

View File

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

View File

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