1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-19 00:18:01 +00:00
daraz-san/.github/workflows/deploy-fly.yml
2020-05-17 05:27:30 +09:00

10 lines
250 B
YAML

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 }}" }