aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-15 08:51:06 -0400
committerBobby <[email protected]>2023-05-15 08:51:06 -0400
commit9e12263dfc0f51add032cec088eacde815897e4e (patch)
tree90edb8e76f81e1a7035a4c37d444c219d2b9fc87
parent8dff6edb4a7e4b04476f6f044c334cc643e59c90 (diff)
downloadthatcomputerscientist-9e12263dfc0f51add032cec088eacde815897e4e.tar.xz
thatcomputerscientist-9e12263dfc0f51add032cec088eacde815897e4e.zip
Revert run workflow 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 72dc8a20..b9e73c52 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: sudo sh /home/ubuntu/deploy.sh \ No newline at end of file
+ script: sh /home/ubuntu/deploy.sh \ No newline at end of file