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