diff options
| author | Rishi-k-s <rishikrishna.sr@gmail.com> | 2026-02-20 15:03:25 +0530 |
|---|---|---|
| committer | Rishi-k-s <rishikrishna.sr@gmail.com> | 2026-02-20 15:03:25 +0530 |
| commit | c74d5129eb140f54ae168af0305d53bdfb2db430 (patch) | |
| tree | 8f8892184b621fc19cc810c0bc346bbab623da6a | |
| parent | f7f32f99195af17bf2fbc9cc07021cdba57b29e2 (diff) | |
| -rw-r--r-- | .github/workflows/deploy.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5a4104..e6b6c25 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,5 +18,4 @@ jobs: key: ${{ secrets.DO_SSH_KEY }} script: | cd /var/www/rishikrishna.com - git pull origin main - systemctl reload nginx
\ No newline at end of file + git pull origin main
\ No newline at end of file |
