aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-04-21 17:19:11 -0400
committerBobby <[email protected]>2022-04-21 17:19:11 -0400
commitfe45982735d266c5a20c159249eb7739ec3b79c8 (patch)
treea4fb9be455613f88dce56ec877bf3b209fe70269 /.github/workflows
parentfba7b92e3bb57dfb0805773545a4b5d58104a983 (diff)
downloadluciferreeves.github.io-fe45982735d266c5a20c159249eb7739ec3b79c8.tar.xz
luciferreeves.github.io-fe45982735d266c5a20c159249eb7739ec3b79c8.zip
move source code out of git
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index 0e97220..0000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: Fly Deploy
-on: [push]
-env:
- FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
-jobs:
- deploy:
- name: Deploy app
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: superfly/[email protected]
- with:
- args: "deploy"