fix
Some checks failed
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 8s
Deploy Dev / Deploy dev (pull_request) Failing after 5s

This commit is contained in:
2024-11-24 11:00:54 +03:00
parent c286106a7c
commit f5f55bc8cf
7 changed files with 59 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ jobs:
run: docker push mathwave/sprint-repo:configurator
deploy-dev:
name: Deploy dev
runs-on: [dev]
runs-on: [prod]
needs: push
steps:
- name: login
@@ -40,4 +40,4 @@ jobs:
- name: deploy
env:
MONGO_PASSWORD_DEV: ${{ secrets.MONGO_PASSWORD_DEV }}
run: docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml infra
run: docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml infra-development