mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 04:19:31 +08:00
5 lines
No EOL
208 B
Bash
5 lines
No EOL
208 B
Bash
#!/bin/bash
|
|
echo "————————1. Build locally————————"
|
|
netlify build
|
|
echo "————————2.Deploy————————————————"
|
|
netlify deploy --prod |