Compare commits
No commits in common. "434f553ce4da62d92bc4d5375227543f6e89d084" and "47b557a6186ca93255510f511386776ae167bfb5" have entirely different histories.
434f553ce4
...
47b557a618
@ -37,8 +37,6 @@ 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,8 +37,6 @@ 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