aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml18
1 files changed, 4 insertions, 14 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d522ac22..d7e5bb82 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,21 +1,11 @@
-# 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/flyctl-actions/setup-flyctl@master
-# - run: flyctl deploy --remote-only
name: Deploy
on: [push]
jobs:
deploy:
name: Deploy App
- runs-on: thatcomputerscientist
+ runs-on: "self-hosted"
steps:
- uses: actions/checkout@v2
- - run: sh /home/ubuntu/deploy.sh
+ - name: Run Script
+ working-directory: _work
+ run: sh /home/ubuntu/deploy.sh