xesite/scripts/deploy.sh

8 lines
63 B
Bash
Executable File

#!/bin/sh
set -e
set -x
docker build .
git push dokku master