Auto-deploy: 2026-05-17 01:32:28
This commit is contained in:
17
deploy.sh
Executable file
17
deploy.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "🚀 Starting Deployment..."
|
||||
|
||||
# Add all changes
|
||||
git add .
|
||||
|
||||
# Get current date and time
|
||||
TIMESTAMP=$(date +"%Y-%m-%d %H:%M:%S")
|
||||
|
||||
# Commit with timestamp
|
||||
git commit -m "Auto-deploy: $TIMESTAMP"
|
||||
|
||||
# Push to origin main
|
||||
git push origin main
|
||||
|
||||
echo "✅ Deployment pushed to Git successfully!"
|
||||
Reference in New Issue
Block a user