From 74fa0d49768628bb9b471dd739270c7aad09a1dc Mon Sep 17 00:00:00 2001 From: Kyrre Havik Date: Thu, 17 Oct 2024 10:57:50 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20spa-deploy/v1=20er=20ikke=20i=20bruk=20?= =?UTF-8?q?lengre,=20og=20n=C3=A5=20ikke=20st=C3=B8ttet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actions/spa-deploy/v1/action.yaml | 40 ------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 actions/spa-deploy/v1/action.yaml diff --git a/actions/spa-deploy/v1/action.yaml b/actions/spa-deploy/v1/action.yaml deleted file mode 100644 index 010acd8d..00000000 --- a/actions/spa-deploy/v1/action.yaml +++ /dev/null @@ -1,40 +0,0 @@ -name: 'SPA Deploy Action' -description: 'Upload Single Page Application (SPA) to CDN and deploy to NAIS' -inputs: - team-name: - description: 'Team name' - required: true - app-name: - description: 'Application name' - required: true - source: - description: 'Application source directory' - required: true - environment: - description: 'Environment name' - required: true - ingress: - description: 'Application ingress URL' - required: true - nais-deploy-apikey: - description: 'NAIS deploy API key' - required: false - default: "" - -outputs: - url: - description: "SPA URL" - value: ${{ inputs.ingress }} - -runs: - using: "composite" - steps: - - name: "spa-deploy/v1 removal notice" - shell: bash - run: | - echo "::error ::spa-deploy/v1 has been removed." - echo "Please upgrade to spa-deploy/v2." >> $GITHUB_STEP_SUMMARY - echo "Slack thread: https://nav-it.slack.com/archives/C01DE3M9YBV/p1710329765663829" >> $GITHUB_STEP_SUMMARY - echo "Documentation: https://doc.nais.io/explanation/cdn/" >> $GITHUB_STEP_SUMMARY - echo "Example: https://github.com/navikt/eldrebolgen/compare/d7223248472ee849e63d1a28dfe4c459d27a1058..3d963519ba1228c3b19fdf82fe99bf30e03e24fb" >> $GITHUB_STEP_SUMMARY - exit 1