mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-29 22:02:57 +00:00
fix deployment ci
This commit is contained in:
4
.github/workflows/deployment-pipeline.yml
vendored
4
.github/workflows/deployment-pipeline.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
||||
wait-for-service-stability: false
|
||||
|
||||
production-us:
|
||||
name: US production deploy
|
||||
name: US production deploy
|
||||
runs-on: ubuntu-latest
|
||||
needs: [gamma-deployment]
|
||||
environment:
|
||||
@ -163,7 +163,7 @@ jobs:
|
||||
production-eu:
|
||||
name: Europe production deploy
|
||||
runs-on: ubuntu-latest
|
||||
needs: [production-eu]
|
||||
needs: [production-us]
|
||||
environment:
|
||||
name: Production
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user