Skip to content

Commit

Permalink
ci: 🚀 add dso mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
JAubAot committed Nov 20, 2023
1 parent a7fcc32 commit dfb84d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ jobs:
target: prod
platforms: linux/amd64,linux/arm64
push: true

- name: Sync dso
run: |
curl -X POST --fail -F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} -F ref=main -F "variables[GIT_BRANCH_DEPLOY]=${{ github.ref_name }}" -F variables[PROJECT_NAME]=doc ${{secrets.URL_MIRROR}}

0 comments on commit dfb84d2

Please sign in to comment.