Compare commits
No commits in common. "434f553ce4da62d92bc4d5375227543f6e89d084" and "47b557a6186ca93255510f511386776ae167bfb5" have entirely different histories.
434f553ce4
...
47b557a618
@ -37,8 +37,6 @@ 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 }}
|
||||||
|
@ -37,8 +37,6 @@ 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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user