diff options
| author | Bobby <[email protected]> | 2023-05-15 08:51:06 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-15 08:51:06 -0400 |
| commit | 9e12263dfc0f51add032cec088eacde815897e4e (patch) | |
| tree | 90edb8e76f81e1a7035a4c37d444c219d2b9fc87 /.github | |
| parent | 8dff6edb4a7e4b04476f6f044c334cc643e59c90 (diff) | |
| download | thatcomputerscientist-9e12263dfc0f51add032cec088eacde815897e4e.tar.xz thatcomputerscientist-9e12263dfc0f51add032cec088eacde815897e4e.zip | |
Revert run workflow as root
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
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 |
