wordpress-dev/publish.sh

16 lines
155 B
Bash
Raw Normal View History

#!/bin/sh
if [ -z "$1" ] ; then
echo "Error - must supply config file"
exit 1
fi
. "$1"
2020-03-10 19:41:49 +00:00
./dev/export-data.sh
./production/export-to-production.sh