Skip to content

Update logo org dibk (#181) #166

Update logo org dibk (#181)

Update logo org dibk (#181) #166

name: Deploy files to staging cdn
on:
push:
branches:
- master
jobs:
deploy:
name: Deply files to staging cdn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run release script
run: |
bash .github/scripts/release.sh \
--source . \
--azure-sync-cdn \
--azure-sa-name "${{ secrets.STAGING_STORAGEACCOUNT_NAME }}" \
--azure-sa-token "${{ secrets.STAGING_ALTINN_CDN_SAS_TOKEN }}"