Added dummy deploy script for people with a 'git pp' alias.

This commit is contained in:
2016-09-29 16:26:23 +02:00
parent 04c6c11071
commit 14eabdfbd5

8
deploy.sh Executable file
View 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