google-cloud-build

gcloud - ERROR: (gcloud.app.deploy) Permissions error fetching application

試著忘記壹切 提交于 2020-11-30 12:03:12
问题 I am trying to deploy node js app on google cloud but getting following error - Step #1: ERROR: (gcloud.app.deploy) Permissions error fetching application [apps /mytest-240512]. Please make sure you are using the correct project ID and that you have permission to view applications on the project. I am running following command - gcloud builds submit . --config cloudbuild.yaml My cloudbuild.yaml file looks like - steps: #install - name: 'gcr.io/cloud-builders/npm' args: ['install'] #deploy -

gcloud - ERROR: (gcloud.app.deploy) Permissions error fetching application

蓝咒 提交于 2020-11-30 12:01:07
问题 I am trying to deploy node js app on google cloud but getting following error - Step #1: ERROR: (gcloud.app.deploy) Permissions error fetching application [apps /mytest-240512]. Please make sure you are using the correct project ID and that you have permission to view applications on the project. I am running following command - gcloud builds submit . --config cloudbuild.yaml My cloudbuild.yaml file looks like - steps: #install - name: 'gcr.io/cloud-builders/npm' args: ['install'] #deploy -

gcloud - ERROR: (gcloud.app.deploy) Permissions error fetching application

荒凉一梦 提交于 2020-11-30 12:00:06
问题 I am trying to deploy node js app on google cloud but getting following error - Step #1: ERROR: (gcloud.app.deploy) Permissions error fetching application [apps /mytest-240512]. Please make sure you are using the correct project ID and that you have permission to view applications on the project. I am running following command - gcloud builds submit . --config cloudbuild.yaml My cloudbuild.yaml file looks like - steps: #install - name: 'gcr.io/cloud-builders/npm' args: ['install'] #deploy -