1
0

deploy.sh 184 B

12345
  1. pushd website
  2. ./build_search_index.py
  3. popd
  4. fly deploy --wait-timeout 360 --build-arg VERSION=$(git describe --abbrev=0 --tags --match 'v*' 2>/dev/null | sed 's/^v//' || echo '0.0.0')