Skip to content

Commit

Permalink
Revert to using main for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Nov 3, 2023
1 parent 3d71e7f commit f62d48a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/azure-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- ER-861-hfeyp-staging
- main
paths-ignore:
- '**/*.md'
- .docker*
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
build-args: BUILDKIT_INLINE_CACHE=1
cache-from: |
${{ env.DOCKER_IMAGE }}-dev:builder
push: true
push: true
tags: ${{ env.DOCKER_IMAGE }}-dev:builder
target: builder

Expand All @@ -82,7 +82,7 @@ jobs:
build-args: BUILDKIT_INLINE_CACHE=1
cache-from: |
${{ env.DOCKER_IMAGE }}-dev:gems-node-modules
push: true
push: true
tags: ${{ env.DOCKER_IMAGE }}-dev:gems-node-modules
target: help-for-early-years-providers-gems-node-modules

Expand All @@ -94,7 +94,7 @@ jobs:
build-args: BUILDKIT_INLINE_CACHE=1
cache-from: |
${{ env.DOCKER_IMAGE }}-dev:assets-precompile
push: true
push: true
tags: ${{ env.DOCKER_IMAGE }}-dev:assets-precompile
target: assets-precompile

Expand Down Expand Up @@ -127,4 +127,4 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: ${{ vars.WEBAPP_NAME }}
images: ${{ env.DOCKER_IMAGE }}:${{ github.sha }}
images: ${{ env.DOCKER_IMAGE }}:${{ github.sha }}

0 comments on commit f62d48a

Please sign in to comment.