diff options
| -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 |
