Skip to content

Instantly share code, notes, and snippets.

@acidjazz
Created March 12, 2024 19:31
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/19ddf162f9fc940812f89e3734e9faf9 to your computer and use it in GitHub Desktop.
Save acidjazz/19ddf162f9fc940812f89e3734e9faf9 to your computer and use it in GitHub Desktop.
fume example action
name: Deploy with Fume
on:
push:
branches:
- staging
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: staging
url: https://url-to-staging.com
steps:
- uses: actions/checkout@v3
- uses: fumeapp/action@master
with:
token: ${{ secrets.FUME_TOKEN }}
environment: staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment