0👍
If you mean uploading your project to Google App Engine manually, documentation for how to do so is available here: https://cloud.google.com/appengine/docs/standard/nodejs/testing-and-deploying-your-app
- [Vuejs]-VueJs how to remove global error handler for testing with vue-test-utils
- [Vuejs]-How to bind image src path to backend data in vue js
0👍
From my understanding you have created a App Engine build trigger on commit. In order to manually use your trigger, please open the triggers page on the dashboard. Find your trigger and click “Run Trigger”[1].
Source:stackexchange.com