Skip to content

Merge pull request #66 from JuzerShakir/dependabot/bundler/debug-1.10.0 #51

Merge pull request #66 from JuzerShakir/dependabot/bundler/debug-1.10.0

Merge pull request #66 from JuzerShakir/dependabot/bundler/debug-1.10.0 #51

Workflow file for this run

# This workflow uses actions that are not certified by GitHub. They are
# provided by a third-party and are governed by separate terms of service,
# privacy policy, and support documentation.
#
# This workflow will install a prebuilt Ruby version, install dependencies, and
# run tests and linters.
name: Fly Deploy
on:
push:
branches: ["master"]
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}