We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01be202 commit 4527a0dCopy full SHA for 4527a0d
backend/api/deploy-api.sh
@@ -30,7 +30,6 @@ IMAGE_TAG="${TIMESTAMP}-${GIT_REVISION}"
30
IMAGE_URL="${REGION}-docker.pkg.dev/${PROJECT}/builds/${SERVICE_NAME}:${IMAGE_TAG}"
31
32
echo "🚀 Deploying ${SERVICE_NAME} to ${ENV} ($(date "+%Y-%m-%d %I:%M:%S %p"))"
33
-yarn add tsconfig-paths
34
yarn build
35
36
gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin us-west1-docker.pkg.dev
0 commit comments