Skip to content

Write blog post: 'Simplicity, standards, and the platform' #386

Write blog post: 'Simplicity, standards, and the platform'

Write blog post: 'Simplicity, standards, and the platform' #386

Workflow file for this run

name: Deploy
on:
push:
branches:
- 'main'
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only