Skip to content

Instantly share code, notes, and snippets.

@acidjazz
Created May 31, 2021 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acidjazz/44057740a6dbd594cd606e29565adee0 to your computer and use it in GitHub Desktop.
Save acidjazz/44057740a6dbd594cd606e29565adee0 to your computer and use it in GitHub Desktop.
deploy-fume.yml
name: Deploy with fume
on:
push:
branches: [ staging, production ]
jobs:
fume:
name: Deploy with Fume
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- 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