edit webhook master

This commit is contained in:
Saufi
2026-05-22 16:14:17 +08:00
parent 2a67d937e8
commit d8cb554eaf

View File

@@ -13,7 +13,7 @@ log "=== Deploy dimulakan ==="
cd "$PROJECT_DIR"
log "git pull..."
git pull origin main
git pull origin master
log "migrate database..."
docker exec ecert_app php artisan migrate --force