mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 08:05:06 +00:00
create deploy fly.io actions
This commit is contained in:
parent
b5f546a118
commit
4bca580c38
1 changed files with 11 additions and 0 deletions
11
.github/workflows/deploy-fly.yml
vendored
Normal file
11
.github/workflows/deploy-fly.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: deploy-fly
|
||||
on: [push]
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: superfly/flyctl-actions@1.0
|
||||
with: { args: deploy }
|
||||
env:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
Loading…
Add table
Reference in a new issue