Rename sandbox to staging environment

To match the upstream name
This commit is contained in:
AsamK 2022-01-05 23:41:17 +01:00
parent 8a5f98dac6
commit 3587d1c397
7 changed files with 21 additions and 10 deletions

View file

@ -30,7 +30,7 @@ fi
run() {
set -x
"$SIGNAL_CLI" --service-environment="sandbox" $@
"$SIGNAL_CLI" --service-environment="staging" $@
set +x
}