Created
July 22, 2021 09:53
-
-
Save acidjazz/9e04a1254508c0a6b502e5f8d6335993 to your computer and use it in GitHub Desktop.
develop and master
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 characters
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
fume-develop: | |
name: Deploy with Fume | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- 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
then for master: