Skip to content

chore: maybe fix deploy #14

chore: maybe fix deploy

chore: maybe fix deploy #14

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
concurrency:
# Ensure only a single deployment occurs at any given time.
group: deploy
cancel-in-progress: false
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy -a spotify-true-random --remote-only