her.esy.fun/engine/deploy.sh

11 lines
162 B
Bash
Raw Normal View History

2020-02-09 11:57:46 +00:00
#!/usr/bin/env zsh
cd $(git rev-parse --show-toplevel)
rootdir=${0:h}
echo $rootdir
./engine/clean.sh
./engine/build.sh
./engine/pre-deploy.sh
./engine/sync.sh