Skip to content

Commit

Permalink
🔄 created local 'update-hakai-server-with-production-master.yaml' fro…
Browse files Browse the repository at this point in the history
…m remote 'update-hakai-server-with-production-master.yaml'
  • Loading branch information
hakai-it committed May 29, 2024
1 parent 6f31d44 commit c594550
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions update-hakai-server-with-production-master.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Tell Hakai servers to update dataset
on:
push:
branches: production

jobs:
tell-server-to-pull:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.CI_TOKEN }}
repository: HakaiInstitute/hakai-dataset-repositories-harvester
event-type: pull-all-datasets

0 comments on commit c594550

Please sign in to comment.