diff options
| author | Leander <80996591+schererleander@users.noreply.github.com> | 2025-05-30 03:55:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-30 03:55:07 +0200 |
| commit | 77173c8d4878a1956b542c00485a17bd398d5ef4 (patch) | |
| tree | f95fc4f5b1489df7152c668f70d7c06d9c93aca1 | |
| parent | 2af874767a7ddbeba3dc6eb9aa415f7705b15097 (diff) | |
Update deploy.yml
| -rw-r--r-- | .github/workflows/deploy.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8805e46..d0d2ad2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: source: "dist/*" target: ${{ secrets.VPS_DESTINATION }} - - name: Restart Nginx (Docker) + - name: Restart Nginx (Service) uses: appleboy/ssh-action@master with: host: ${{ secrets.VPS_HOST }} @@ -50,4 +50,4 @@ jobs: key: ${{ secrets.VPS_SSH_KEY }} port: ${{ secrets.VPS_PORT }} script: | - docker restart nginx + sudo systemctl restart nginx |
