Skip to content

ci: update rust toolchain to 1.77.2 #26

ci: update rust toolchain to 1.77.2

ci: update rust toolchain to 1.77.2 #26

Workflow file for this run

name: Fly Deploy
on:
push:
branches: ["main"]
jobs:
deploy:
name: Deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}