diff --git a/.github/workflows/deploy-v3/action.yaml b/.github/workflows/deploy-v3/action.yaml index 6b1c8bdce..8f7d9b7a7 100644 --- a/.github/workflows/deploy-v3/action.yaml +++ b/.github/workflows/deploy-v3/action.yaml @@ -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 diff --git a/.github/workflows/deploy-websites/action.yaml b/.github/workflows/deploy-websites/action.yaml index 1b6fdc90e..3c5edbff6 100644 --- a/.github/workflows/deploy-websites/action.yaml +++ b/.github/workflows/deploy-websites/action.yaml @@ -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