aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-15 08:49:06 -0400
committerBobby <[email protected]>2023-05-15 08:49:06 -0400
commit8dff6edb4a7e4b04476f6f044c334cc643e59c90 (patch)
tree7fa3468731c449ede2edadd9e92109b699ec8ae4
parentf18dfe5d3785679220b62375a4258598926db072 (diff)
downloadthatcomputerscientist-8dff6edb4a7e4b04476f6f044c334cc643e59c90.tar.xz
thatcomputerscientist-8dff6edb4a7e4b04476f6f044c334cc643e59c90.zip
Update workflow to run as root
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b9e73c52..72dc8a20 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,4 +13,4 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY_ED25519 }}
port: ${{ secrets.PORT }}
- script: sh /home/ubuntu/deploy.sh \ No newline at end of file
+ script: sudo sh /home/ubuntu/deploy.sh \ No newline at end of file