diff options
| author | Bobby <[email protected]> | 2022-11-10 23:57:03 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-10 23:57:03 -0500 |
| commit | 30c44f0148c40130320591bd56bca8707a251eec (patch) | |
| tree | 8c36524dcb9bb774ba33125c31f7350835e64c45 /.github | |
| parent | 8b1db418a4b09a6966cb8aa56a6a3821b880b6aa (diff) | |
| download | thatcomputerscientist-30c44f0148c40130320591bd56bca8707a251eec.tar.xz thatcomputerscientist-30c44f0148c40130320591bd56bca8707a251eec.zip | |
Testing workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 18 |
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 |
