We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdecd45 commit 8a1fcfcCopy full SHA for 8a1fcfc
1 file changed
scripts/install.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-ENV="dev" # prod is another env, try taking it from github env
+ENV="prod" # prod is another env, try taking it from github env
5
REPO="tilesprivacy/tiles"
6
# VERSION="${TILES_VERSION:-latest}"
7
VERSION="0.3.0"
0 commit comments