Created
March 12, 2024 19:31
-
-
Save acidjazz/19ddf162f9fc940812f89e3734e9faf9 to your computer and use it in GitHub Desktop.
Revisions
-
acidjazz created this gist
Mar 12, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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