Skip to content

chore(deps): update python docker tag to v3.13 (#15) #8

chore(deps): update python docker tag to v3.13 (#15)

chore(deps): update python docker tag to v3.13 (#15) #8

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
concurrency: deploy-group
environment:
name: production
url: https://mona.fly.dev
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --depot
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}