Skip to content

content: this-website-was-created-using-phoenix-liveview #45

content: this-website-was-created-using-phoenix-liveview

content: this-website-was-created-using-phoenix-liveview #45

Workflow file for this run

name: Fly Deploy
on:
workflow_dispatch:
push:
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 }}