hxhkim / hxhkim.github.io

Introducing webpage
https://hxhkim.github.io/
Other
2 stars 0 forks source link

[auto deploy] flyio auto deploy #24

Closed hxhkim closed 1 year ago

hxhkim commented 1 year ago

Branch

1.7.1/flyio-auto-deploy-test -> main

Task

Changes

$ cat .github/workflows/fly.yml

name: Fly Deploy
on: [push]
env:
  FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
  deploy:
      name: Deploy app
      runs-on: ubuntu-latest
      steps:
        - uses: actions/checkout@v4 # checkout repository
        - uses: superfly/flyctl-actions/setup-flyctl@master # use https://github.com/superfly/flyctl-actions/tree/master
        - run: flyctl deploy

Test

image image

Docs

https://fly.io/docs/laravel/advanced-guides/github-actions/#github-ci-action-auto-deploy-to-fly-io