her.esy.fun/engine/deploy.sh

11 lines
177 B
Bash
Raw Normal View History

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