fixing both pipelines
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
deploy_vision_start:
|
deploy_vision_start:
|
||||||
name: Deploy Vision Start (staging)
|
name: Deploy Vision Start (staging)
|
||||||
runs-on: ubuntu-amd64
|
runs-on: ubuntu-latest
|
||||||
needs: build_vision_start
|
needs: build_vision_start
|
||||||
steps:
|
steps:
|
||||||
- name: Recreate Container
|
- name: Recreate Container
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ jobs:
|
|||||||
|
|
||||||
deploy_vision_start:
|
deploy_vision_start:
|
||||||
name: Deploy Vision Start (production)
|
name: Deploy Vision Start (production)
|
||||||
runs-on: ubuntu-amd64
|
runs-on: ubuntu-latest
|
||||||
needs: build_vision_start
|
needs: build_vision_start
|
||||||
steps:
|
steps:
|
||||||
- name: Recreate Container
|
- name: Recreate Container
|
||||||
|
|||||||
Reference in New Issue
Block a user