Skip to content

Merge pull request #225 from dwyl/dependabot/hex/phoenix_live_view-1.0.1 #118

Merge pull request #225 from dwyl/dependabot/hex/phoenix_live_view-1.0.1

Merge pull request #225 from dwyl/dependabot/hex/phoenix_live_view-1.0.1 #118

Workflow file for this run

# Continuous Deployment to Fly.io
# https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/
name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}