Skip to content

Commit

Permalink
Uncommented deployments to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-R-Haugland committed May 24, 2024
1 parent c05c5ce commit 0db1be4
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
uses: cypress-io/github-action@v6
env:
CYPRESS_TESTS: true
LOG_LEVEL: OFF
with:
build: npm run build
start: npm start
Expand All @@ -76,15 +75,15 @@ jobs:
- path: /beta/fintlabs-no
environment: beta
org: fintlabs-no
# - path: /bfk-no
# environment: api
# org: bfk-no
# - path: /afk-no
# environment: api
# org: afk-no
# - path: /ofk-no
# environment: api
# org: ofk-no
- path: /bfk-no
environment: api
org: bfk-no
- path: /afk-no
environment: api
org: afk-no
- path: /ofk-no
environment: api
org: ofk-no
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -143,12 +142,12 @@ jobs:
include:
- org: fintlabs-no
cluster: aks-beta-fint-2021-11-23
# - org: bfk-no
# cluster: aks-api-fint-2022-02-08
# - org: afk-no
# cluster: aks-api-fint-2022-02-08
# - org: ofk-no
# cluster: aks-api-fint-2022-02-08
- org: bfk-no
cluster: aks-api-fint-2022-02-08
- org: afk-no
cluster: aks-api-fint-2022-02-08
- org: ofk-no
cluster: aks-api-fint-2022-02-08

steps:
- name: Checkout repository
Expand Down

0 comments on commit 0db1be4

Please sign in to comment.