Skip to content

Merge branch 'new' of github.com:abehidek/hidek.xyz into new #24

Merge branch 'new' of github.com:abehidek/hidek.xyz into new

Merge branch 'new' of github.com:abehidek/hidek.xyz into new #24

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- new
paths-ignore:
- '**/README.md'
jobs:
deploy:
name: Deploy new.hidek.xyz
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 }}