Skip to content

Added chamber check, rebalance, adrenaline, and +1 life items #26

Added chamber check, rebalance, adrenaline, and +1 life items

Added chamber check, rebalance, adrenaline, and +1 life items #26

Workflow file for this run

name: Deploy to fly.io
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy Server
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}