Skip to content

Simplify fetch_tags() #141

Simplify fetch_tags()

Simplify fetch_tags() #141

Workflow file for this run

name: Deploy to Fly
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
notify:
name: Notify
runs-on: ubuntu-latest
needs:
- deploy
if: ${{ always() }}
steps:
- uses: nobrayner/discord-webhook@v1
with:
github-token: ${{ secrets.github_token }}
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}