From 8f369756b9b31894490a94966afc730ec9a6297c Mon Sep 17 00:00:00 2001 From: Odd Gunnar Fatland Date: Fri, 11 Aug 2023 13:46:02 +0200 Subject: [PATCH] Rename --- .github/workflows/build-deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index ce817c7d1..3c9ee6819 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -36,9 +36,9 @@ jobs: image: ${{ steps.docker-push.outputs.image }} deploy-to-dev: - name: Deploy to dev-gcp + name: Deploy to dev-fss needs: docker-build-push - if: github.ref == 'refs/heads/arkitektur' + if: github.ref == 'refs/heads/tabell' runs-on: ubuntu-latest timeout-minutes: 5 steps: @@ -51,7 +51,7 @@ jobs: RESOURCE: nais/dev.yaml deploy-to-prod: - name: Deploy to dev-gcp + name: Deploy to prod-fss needs: docker-build-push if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest @@ -71,7 +71,7 @@ jobs: if: github.ref == 'refs/heads/use_gar_distroless' steps: - uses: actions/checkout@v3 - - name: Deploy topics to dev-gcp + - name: Deploy topics to dev-fss uses: nais/deploy/actions/deploy@v1 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} @@ -92,7 +92,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v3 - - name: Deploy topics to prod-gcp + - name: Deploy topics to prod-fss uses: nais/deploy/actions/deploy@v1 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}