Merge pull request #2330 from Fscare/master #3858
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: [ master ] | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Update unlisted | |
run: | | |
curl --fail https://born-to-llama.herokuapp.com/refresh | |
exit $? | |
- name: Deploy to server | |
run: | | |
curl --fail https://born-to-llama.herokuapp.com/rebuild-server | |
exit $? |