Skip to content

Merge pull request #1667 from glyph-exchange/master #2937

Merge pull request #1667 from glyph-exchange/master

Merge pull request #1667 from glyph-exchange/master #2937

Workflow file for this run

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 $?