Skip to content

Commit

Permalink
deploy to vue.my
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Sep 16, 2024
1 parent affc1e8 commit 56d5ab5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ env:
# defined in the "deploy" job
on:
push:
branches: [main, master, qa, develop, vue/dev]
branches: [main, master, qa, develop, f/hx-toolkit]
pull_request:
branches: [main, master, qa, develop, vue/dev]
branches: [main, master, qa, develop, f/hx-toolkit]
types: [opened, reopened, synchronize]
release:
branches: [main, master]
Expand Down Expand Up @@ -296,7 +296,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 == 'f/hx-toolkit'
uses: uw-it-aca/actions/cicd-deploy@main
with:
release_name: ${{ env.RELEASE_NAME }}
Expand All @@ -314,7 +314,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, '/f/hx-toolkit'))

needs: [context, build, deploy]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-e .
-e git+https://github.com/uw-it-aca/hx-toolkit@f/existing-changes#egg=uw-hx-toolkit
-e git+https://github.com/uw-it-aca/hx-toolkit@f/2024-au-wi-updates#egg=uw-hx-toolkit

0 comments on commit 56d5ab5

Please sign in to comment.