diff options
| author | Rishi-k-s <rishikrishna.sr@gmail.com> | 2026-02-20 15:00:37 +0530 |
|---|---|---|
| committer | Rishi-k-s <rishikrishna.sr@gmail.com> | 2026-02-20 15:00:37 +0530 |
| commit | f7f32f99195af17bf2fbc9cc07021cdba57b29e2 (patch) | |
| tree | c3782fc31577b8c7ab8f4b7b854bc174953a4f84 | |
| parent | 56957253c3fbb07da86de1b5ff815194b5318180 (diff) | |
updated sudo error
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d8462c5..a5a4104 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,4 +19,4 @@ jobs: script: | cd /var/www/rishikrishna.com git pull origin main - sudo systemctl reload nginx
\ No newline at end of file + systemctl reload nginx
\ No newline at end of file |
