Compare commits
2 Commits
47b557a618
...
434f553ce4
Author | SHA1 | Date | |
---|---|---|---|
434f553ce4 | |||
eb6f3402f8 |
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user