Преглед изворни кода

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

Rodja Trappe пре 1 година
родитељ
комит
062335a9c8
1 измењених фајлова са 1 додато и 1 уклоњено
  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')