diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c5e9554..7bab7b1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,7 +22,7 @@ jobs: run: ssh-keyscan -H ${{ secrets.SERVER_IP }} >> ~/.ssh/known_hosts - name: Upload with rsync 🔁 - run: rsync -avz --exclude=".git" --exclude=".github" ./ ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:/bacaku + run: rsync -avz --exclude=".git" --exclude=".github" ./ ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:bacaku # Execute command ke VPS - name: Execute Command ☣️