Skip to content

Bump nokogiri from 1.16.3 to 1.16.5 (#80) #9

Bump nokogiri from 1.16.3 to 1.16.5 (#80)

Bump nokogiri from 1.16.3 to 1.16.5 (#80) #9

Workflow file for this run

name: Deploy to Fly
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
name: Deploy proxy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/[email protected]
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}