Update deployment/bare_metal/start.sh

This commit is contained in:
Moriz Wahl 2022-04-28 15:58:01 +02:00 committed by GitHub
parent 2041951e42
commit 856ee5cc0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ yarn install
yarn build
if [ "$DEPLOY_SEED_DATA" = "true" ]; then
yarn dev_up
# As de_reset is not running properly (0019-replace_login_user_id_with_state_user_id)
# As dev_reset is not running properly (0019-replace_login_user_id_with_state_user_id)
# yarn dev_reset
else
yarn up