Refresh Database - Scheduled #525
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Refresh Database - Scheduled | |
on: | |
push: | |
branches: | |
- "main" | |
schedule: | |
- cron: '10 0 * * 1-5' | |
jobs: | |
update_restrauants: | |
runs-on: ubuntu-latest | |
name: Update restrauants | |
steps: | |
- name: Call the-bullet-hell | |
run: curl https://dl-server-production.up.railway.app/api/bullet-hell | |
- name: DONE | |
run: echo "BULLET-HELL DONE" |