Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MythEclipse authored Oct 4, 2024
1 parent 5069b58 commit ebd2d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no root@${{ secrets.VPS_IP }} << 'EOF'
# Menghapus semua isi dari direktori tujuan
rm -rf ${VPS_PATH}/*
rm -rf /root/asepharyana.my.id/.next/*
EOF
rsync -avz --delete-after --progress \
Expand Down

0 comments on commit ebd2d28

Please sign in to comment.