Skip to content

Merge pull request #9 from ManasJayanth/prometheansacrifice/fix-docke… #67

Merge pull request #9 from ManasJayanth/prometheansacrifice/fix-docke…

Merge pull request #9 from ManasJayanth/prometheansacrifice/fix-docke… #67

Workflow file for this run

name: Deploy on fly.io
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --app fullstack-reason-react-demo --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}