mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
16 lines
323 B
YAML
16 lines
323 B
YAML
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
|