Skip to content

Instantly share code, notes, and snippets.

@acidjazz
Created March 12, 2024 19:31
Show Gist options
  • Select an option

  • Save acidjazz/19ddf162f9fc940812f89e3734e9faf9 to your computer and use it in GitHub Desktop.

Select an option

Save acidjazz/19ddf162f9fc940812f89e3734e9faf9 to your computer and use it in GitHub Desktop.

Revisions

  1. acidjazz created this gist Mar 12, 2024.
    17 changes: 17 additions & 0 deletions deploy-staging.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    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