Skip to content

Commit

Permalink
chore: add environment property to deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Nov 8, 2023
1 parent f04540b commit e14d3bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
update-isp-lists:
name: Update ISP Lists
runs-on: ubuntu-latest
environment: production

steps:
- name: Update ISP Lists
Expand All @@ -69,6 +70,7 @@ jobs:
deploy-main:
name: Deploy Paradise Main/Secondary
runs-on: ubuntu-latest
environment: production
needs: [update-isp-lists, CI]
if: always() && !cancelled() && !failure() && inputs.perform_deploy_main

Expand All @@ -89,6 +91,7 @@ jobs:
deploy-vega:
name: Deploy Paradise Vega
runs-on: ubuntu-latest
environment: production
needs: [update-isp-lists, CI]
if: always() && !cancelled() && !failure() && inputs.perform_deploy_vega

Expand All @@ -109,6 +112,7 @@ jobs:
deploy-cleo:
name: Deploy Paradise Cleo
runs-on: ubuntu-latest
environment: production
needs: [update-isp-lists, CI]
if: always() && !cancelled() && !failure() && inputs.perform_deploy_cleo

Expand All @@ -129,6 +133,7 @@ jobs:
deploy-prime:
name: Deploy Paradise Prime
runs-on: ubuntu-latest
environment: production
needs: [update-isp-lists, CI]
if: always() && !cancelled() && !failure() && inputs.perform_deploy_prime

Expand All @@ -149,6 +154,7 @@ jobs:
deploy-wl:
name: Deploy Paradise WL
runs-on: ubuntu-latest
environment: production
needs: [update-isp-lists, CI]
if: always() && !cancelled() && !failure() && inputs.perform_deploy_wl

Expand All @@ -169,6 +175,7 @@ jobs:
deploy-tutorial:
name: Deploy Paradise Tutorial
runs-on: ubuntu-latest
environment: production
needs: [update-isp-lists, CI]
if: always() && !cancelled() && !failure() && inputs.perform_deploy_tutorial

Expand All @@ -189,6 +196,7 @@ jobs:
# deploy-test:
# name: Deploy Paradise Test
# runs-on: ubuntu-latest
# environment: production
# needs: [update-isp-lists, CI]
# if: always() && !cancelled() && !failure() && inputs.perform_deploy_test

Expand Down

0 comments on commit e14d3bc

Please sign in to comment.