diff options
| author | Bobby <[email protected]> | 2022-11-11 00:09:37 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-11 00:09:37 -0500 |
| commit | 1b5b79ffe238c5d91e0916329a440f2ea8a7987d (patch) | |
| tree | 5be7e1866fb9d12c9708521fbc8e507b8cc8bc94 /.github/workflows | |
| parent | 34218989355e93a356a7cf1e8571dfd92e612250 (diff) | |
| download | thatcomputerscientist-1b5b79ffe238c5d91e0916329a440f2ea8a7987d.tar.xz thatcomputerscientist-1b5b79ffe238c5d91e0916329a440f2ea8a7987d.zip | |
Running Deployment Script on Server
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ed3fbe8..2ccdc737 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,5 +5,4 @@ jobs: name: Deploy App runs-on: "self-hosted" steps: - - uses: actions/checkout@v2 - - run: echo "Deploying..." + - run: sh /home/ubuntu/deploy.sh |
