Ver código fonte

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

Rodja Trappe 1 ano atrás
pai
commit
aa27e1d2bd
1 arquivos alterados com 1 adições e 1 exclusões
  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')