1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 08:05:04 +00:00

Delete deploy-fly.yml

This commit is contained in:
Nebel 2020-06-06 09:14:07 +09:00 committed by GitHub
parent 63e2c5b434
commit 98a80843ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +0,0 @@
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 }}" }