Skip to content

⬆️ Bump redis from 5.3.0 to 5.4.1 (#187) #108

⬆️ Bump redis from 5.3.0 to 5.4.1 (#187)

⬆️ Bump redis from 5.3.0 to 5.4.1 (#187) #108

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
environment:
name: production
url: https://jbaker.dev
steps:
- uses: actions/checkout@v5
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}