her.esy.fun/engine/deploy.sh

12 lines
211 B
Bash
Raw Normal View History

2020-08-22 10:47:04 +00:00
#!/usr/bin/env zsh
set -e # fail on first error
set -u # fail if a variable is not set
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-08-22 10:47:04 +00:00
rootdir="${0:h}"
2020-02-10 08:42:17 +00:00
echo "$rootdir"
2020-02-09 11:57:46 +00:00
2020-08-22 10:47:04 +00:00
./engine/build.sh full
2020-02-09 11:57:46 +00:00
./engine/sync.sh