Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /web_service (#26) #51

Bump micromatch from 4.0.5 to 4.0.8 in /web_service (#26)

Bump micromatch from 4.0.5 to 4.0.8 in /web_service (#26) #51

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --local-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}