Skip to content

Commit

Permalink
πŸ’š Stop deploying to playground - preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Mar 1, 2024
1 parent e8a346f commit aae7189
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/deploy-v3/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,7 @@ runs:
component=${{ inputs.datasetName == 'global-development' && 'studiov3-global-development' || format('{0}{1}', 'studio-', inputs.datasetName) }}
echo "Component name is $component"
echo "COMPONENT_NAME=$component" >> $GITHUB_ENV
# PLAYGROUND CLUSTER
- name: Deploy to Radix Playground πŸš€
id: deploy-playground
if: "${{ inputs.deployToBothClusters }}"
uses: equinor/radix-github-actions@master
with:
args: >
create job
deploy
--token-environment
--context playground
--component $COMPONENT_NAME
-a equinor-web-sites
-e ${{ inputs.environment }}
-f
# MAIN CLUSTER
- name: Deploy to Radix c2 πŸš€
id: deploy-c2
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/deploy-websites/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,6 @@ runs:
echo "Component name is $component"
echo "COMPONENT_NAME=$component" >> $GITHUB_ENV
# PLAYGROUND CLUSTER
- name: Deploy to Radix Playground πŸš€
id: deploy-playground
if: '${{ inputs.deployToBothClusters }}'
uses: equinor/radix-github-actions@master
with:
args: >
create job
deploy
--token-environment
--context playground
--component $COMPONENT_NAME
-a equinor-web-sites
-e ${{ inputs.environment }}
-f
# MAIN CLUSTER
- name: Deploy to Radix c2 πŸš€
id: deploy-c2
Expand Down

0 comments on commit aae7189

Please sign in to comment.