Skip to content

.dockerignore tweak #17

.dockerignore tweak

.dockerignore tweak #17

Workflow file for this run

name: deploy
on:
push:
branches: [main]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --detach --no-cache --config fly.toml