1
0
Fork 0
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:
Nebel 2020-05-16 21:06:03 +09:00
parent b5f546a118
commit 4bca580c38

11
.github/workflows/deploy-fly.yml vendored Normal file
View 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 }}