diff options
| author | Bobby <[email protected]> | 2023-05-15 08:49:06 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-15 08:49:06 -0400 |
| commit | 8dff6edb4a7e4b04476f6f044c334cc643e59c90 (patch) | |
| tree | 7fa3468731c449ede2edadd9e92109b699ec8ae4 /.github/workflows | |
| parent | f18dfe5d3785679220b62375a4258598926db072 (diff) | |
| download | thatcomputerscientist-8dff6edb4a7e4b04476f6f044c334cc643e59c90.tar.xz thatcomputerscientist-8dff6edb4a7e4b04476f6f044c334cc643e59c90.zip | |
Update workflow to run as root
Diffstat (limited to '.github/workflows')
| -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 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 |
