google app engine deploy error from gitlab runner

23 views
Skip to first unread message

Bilal Akmal

unread,
Sep 24, 2019, 11:04:33 AM9/24/19
to Google App Engine
I'm facing this issue when I deploy a node app from gitlab runner. I've separate service account which has permissions to deploy and access storage as well, but after successful deployment without any errors it's giving "Not Found" error when I access the web.

But if I deploy the same app from local system it works.
Please let me know what kind of issue might be there.

Here's my app.yaml

runtimenodejs10
# env: flex
envstandard


automatic_scaling:
  min_instances1
  max_instances2

servicepartner

network:
  session_affinitytrue


George (Cloud Platform Support)

unread,
Sep 24, 2019, 11:42:15 AM9/24/19
to Google App Engine
Hello Bilal, 

Local development environment is different from App Engine runtime after deployment, in particular here your local environment is able to run the binary: GitLab Runner is designed to run on the GNU/Linux, macOS, and Windows operating systems. Other operating systems will probably work as long as you can compile a Go binary on them. In other words, you local environment offers the advantage of running GitLab Runner, which explains why your deployment on the local server runs as expected. 

As an alternative to GitLab Runner, you may consider Cloud Source Repositories
Reply all
Reply to author
Forward
0 new messages