mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-19 00:18:01 +00:00
11 lines
250 B
YAML
11 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 }}" }
|