GoogleCloudPlatform / GoogleCloudPlatform/dialogflow-integrations
Deploying the Integration Using Cloud Run
- Dominant language
- JavaScript
- Stars
- 286
- Forks
- 547
- PR merge metrics
- No merged PRs in 30d
Description
I advance the instructions with no problem until , Platform-specific Instructions/Twilio (Text Messaging) Integration
and then--
In your local terminal, change the active directory to the repository’s root directory.
// Does this mean, al the files that I changed, like dockerfile and server.js file, do I move them to C:\Users\***\AppData\Local\Google\Cloud SDK and then run the following commands???
Run the following command to save the state of your repository into GCP Container Registry. Replace PROJECT-ID with your agent’s GCP Project ID and PLATFORM with the platform subdirectory name.
because I did and GCP Container Registry got fulled with some stuff and then continue the instructions and apply the following code and it didn´t worked
gcloud builds submit --tag gcr.io/PROJECT-ID/dialogflow-PLATFORM
Deploy your integration to live using the following command. Replace PROJECT-ID with your agent’s GCP project Id, PLATFORM with the platform subdirectory name, and YOUR_KEY_FILE with the name (not path) of your Service Account JSON key file.
gcloud beta run deploy --image gcr.io/PROJECT-ID/dialogflow-PLATFORM --update-env-vars GOOGLE_APPLICATION_CREDENTIALS=YOUR_KEY_FILE --memory 1Gi
Contributor guide
Assessment
This issue has not been assessed yet.