Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgfa committed Aug 11, 2023
1 parent 48d840f commit 8f36975
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 8f36975

Please sign in to comment.