Skip to content

Bump rexml from 3.2.8 to 3.3.6 (#84) #13

Bump rexml from 3.2.8 to 3.3.6 (#84)

Bump rexml from 3.2.8 to 3.3.6 (#84) #13

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 }}