mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
removing the unused environment in the prod deploy (#1298)
This commit is contained in:
parent
a6265885ad
commit
5095d8eb49
7
.github/workflows/prod-deploy.yml
vendored
7
.github/workflows/prod-deploy.yml
vendored
@ -158,7 +158,6 @@ jobs:
|
|||||||
deploy-identity:
|
deploy-identity:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment: Production
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download aritifacts
|
- name: Download aritifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@ -190,7 +189,6 @@ jobs:
|
|||||||
deploy-api:
|
deploy-api:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment: Production
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download aritifacts
|
- name: Download aritifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@ -222,7 +220,6 @@ jobs:
|
|||||||
deploy-billing:
|
deploy-billing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment: Production
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download aritifacts
|
- name: Download aritifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@ -254,7 +251,6 @@ jobs:
|
|||||||
deploy-events:
|
deploy-events:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment: Production
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download aritifacts
|
- name: Download aritifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@ -286,7 +282,6 @@ jobs:
|
|||||||
deploy-sso:
|
deploy-sso:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment: Production
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download aritifacts
|
- name: Download aritifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@ -318,7 +313,6 @@ jobs:
|
|||||||
deploy-portal:
|
deploy-portal:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment: Production
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download aritifacts
|
- name: Download aritifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@ -350,7 +344,6 @@ jobs:
|
|||||||
deploy-admin:
|
deploy-admin:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment: Production
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download aritifacts
|
- name: Download aritifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user