wordpress-dev/publish.sh

16 lines
155 B
Bash
Executable File

#!/bin/sh
if [ -z "$1" ] ; then
echo "Error - must supply config file"
exit 1
fi
. "$1"
./dev/export-data.sh
./production/export-to-production.sh