diff options
| author | Bobby <[email protected]> | 2022-11-11 01:05:32 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-11 01:05:32 -0500 |
| commit | 929a7526dd8a79bff6d33e2335fab892d7c1f307 (patch) | |
| tree | 2eddc336d3642fc987e9af6a92a1c195eac9dbb0 /.github/workflows/main.yml | |
| parent | cb47fcb1b7d29a7b4475d7b13a0975d5307ecf94 (diff) | |
| download | thatcomputerscientist-929a7526dd8a79bff6d33e2335fab892d7c1f307.tar.xz thatcomputerscientist-929a7526dd8a79bff6d33e2335fab892d7c1f307.zip | |
Running Deployment Script on Server
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 5 |
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 |
