aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-11 01:05:32 -0500
committerBobby <[email protected]>2022-11-11 01:05:32 -0500
commit929a7526dd8a79bff6d33e2335fab892d7c1f307 (patch)
tree2eddc336d3642fc987e9af6a92a1c195eac9dbb0 /.github
parentcb47fcb1b7d29a7b4475d7b13a0975d5307ecf94 (diff)
downloadthatcomputerscientist-929a7526dd8a79bff6d33e2335fab892d7c1f307.tar.xz
thatcomputerscientist-929a7526dd8a79bff6d33e2335fab892d7c1f307.zip
Running Deployment Script on Server
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f07aa1ac..3c7b658c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -4,4 +4,7 @@ jobs:
deploy:
runs-on: "self-hosted"
steps:
- - run: /home/ubuntu/deploy.sh \ No newline at end of file
+ - run: |
+ chmod +x /home/ubuntu/deploy.sh
+ /home/ubuntu/deploy.sh
+ shell: bash \ No newline at end of file