Explorar o código

increased wait for deployments
(fly.io v2 takes more time?)

Rodja Trappe hai 1 ano
pai
achega
aa27e1d2bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deploy.sh

+ 1 - 1
deploy.sh

@@ -2,4 +2,4 @@
 pushd website
 ./build_search_index.py
 popd
-fly deploy --build-arg VERSION=$(git describe --abbrev=0 --tags --match 'v*' 2>/dev/null | sed 's/^v//' || echo '0.0.0') 
+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')