blob: 97fddcbf01d511efac348dd248139512989f481a [file] [log] [blame]
#!/bin/bash
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Deploy test_analyzer to prod instance.
set -eu
cd "$(dirname "$0")/.."
exec ../../chromite/appengine/deploy_appengine \
--project_path "$(pwd)" \
--project_id chromeos-test-analyzer-staging \
--skip_paths "test_analyzer/credentials" \
--skip_paths "venv" \
--endpoints_service chromeos-test-analyzer-staging.appspot.com \
--app_template "app_template.yaml" \
--openapi_template "openapi-appengine_template.yaml" "$@"