Skip to content

Instantly share code, notes, and snippets.

@acidjazz
Created March 15, 2021 09:36
Show Gist options
  • Save acidjazz/1f59eb38909fd64be0d75b9b34667263 to your computer and use it in GitHub Desktop.
Save acidjazz/1f59eb38909fd64be0d75b9b34667263 to your computer and use it in GitHub Desktop.
deploy to fume sample markdown
name: Deploy to branches tied to environments
on:
push:
branches: [ staging, production ]
jobs:
fume:
name: Deploy with Fume
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: fumeapp/action@master
with:
token: ${{ secrets.FUME_TOKEN }}
environment: ${GITHUB_REF##*/}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment