xesite/scripts/deploy.sh

8 lines
63 B
Bash
Raw Permalink Normal View History

2018-07-01 20:20:01 +00:00
#!/bin/sh
set -e
set -x
docker build .
git push dokku master