Skip to content

Bump live view

Bump live view #101

name: Deploy Staging
on:
push:
branches:
- staging
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
# This step checks out a copy of your repository.
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy -c fly.staging.toml --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}