Skip to content

chore(systemd): sync podcst poller unit #34

chore(systemd): sync podcst poller unit

chore(systemd): sync podcst poller unit #34

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: |
flyctl console --dockerfile Dockerfile.builder \
-C "/srv/deploy.sh" \
--env "FLY_API_TOKEN=${FLY_API_TOKEN}" \
--vm-cpu-kind shared \
--vm-memory 1024 \
--vm-cpus 1
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}