Skip to content

Commit

Permalink
deploy onto vue.my
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Jul 17, 2023
1 parent 67f8573 commit 085388c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ env:
# defined in the "deploy" job
on:
push:
branches: [main, master, qa, develop, vue/dev]
branches: [main, master, qa, develop, fix/MUWM-5278]
pull_request:
branches: [main, master, qa, develop, vue/dev]
branches: [main, master, qa, develop, fix/MUWM-5278]
types: [opened, reopened, synchronize]

jobs:
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
app_instance: dev

- name: Deploy Vue Branch
if: needs.context.outputs.git_repo_branch == 'vue/dev'
if: needs.context.outputs.git_repo_branch == 'fix/MUWM-5278'
uses: uw-it-aca/actions/cicd-deploy@main
with:
release_name: ${{ env.RELEASE_NAME }}
Expand All @@ -307,7 +307,7 @@ jobs:
if: github.event_name == 'push' &&
(endsWith(github.ref, '/main') || endsWith(github.ref, '/master') ||
endsWith(github.ref, '/qa') || endsWith(github.ref, '/develop') ||
endsWith(github.ref, '/vue/dev'))
endsWith(github.ref, '/fix/MUWM-5278'))

needs: [context, build, deploy]

Expand Down

0 comments on commit 085388c

Please sign in to comment.