Added dummy deploy script for people with a 'git pp' alias.
This commit is contained in:
8
deploy.sh
Executable file
8
deploy.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo
|
||||
echo "==========================================================================="
|
||||
echo "Dummy deploy script for people with a 'git pp' alias to push to production."
|
||||
echo "Run deploy script on your server project."
|
||||
echo "When done, press [ENTER] to stop this script."
|
||||
read dummy
|
Reference in New Issue
Block a user