Merge pull request #11048 from waynebruce0x/main #11962
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: Alert | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Update unlisted | |
run: curl https://born-to-llama.herokuapp.com/refresh | |
# - name: Deploy to server | |
# run: curl https://born-to-llama.herokuapp.com/rebuild-server |