Skip to content

Commit

Permalink
Update azure_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-inge-arnes authored Dec 6, 2024
1 parent 1c7ebe3 commit 11e5fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
- run: yarn run check-format
- name: Test build
env:
NEXT_PUBLIC_API_HOST: https://azure-mong-api.skde.org
NEXT_PUBLIC_API_HOST: https://test-api.skde.org
run: |
yarn run export
- name: Build and sync develop to Azure
if: github.ref == 'refs/heads/develop'
env:
NEXT_PUBLIC_API_HOST: https://azure-mong-api.skde.org
NEXT_PUBLIC_API_HOST: https://test-api.skde.org
run: |
az storage blob sync \
--account-name $AZURE_STORAGE_ACCOUNT \
Expand Down

0 comments on commit 11e5fe7

Please sign in to comment.