diff options
| author | Bobby <[email protected]> | 2022-11-10 23:43:10 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-10 23:43:10 -0500 |
| commit | 8b1db418a4b09a6966cb8aa56a6a3821b880b6aa (patch) | |
| tree | 757f89034ae5de511efdc68200cc4c5ce522f8cc /.github | |
| parent | cb398923c9ac3b32c23393ca286cb8e25ddf8b59 (diff) | |
| download | thatcomputerscientist-8b1db418a4b09a6966cb8aa56a6a3821b880b6aa.tar.xz thatcomputerscientist-8b1db418a4b09a6966cb8aa56a6a3821b880b6aa.zip | |
Update main.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e613721c..d522ac22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,3 +16,6 @@ jobs: deploy: name: Deploy App runs-on: thatcomputerscientist + steps: + - uses: actions/checkout@v2 + - run: sh /home/ubuntu/deploy.sh |
