diff --git a/packages/api/.gcloudignore b/packages/api/.gcloudignore deleted file mode 100644 index 4d7d693..0000000 --- a/packages/api/.gcloudignore +++ /dev/null @@ -1,17 +0,0 @@ -# This file specifies files that are *not* uploaded to Google Cloud -# using gcloud. It follows the same syntax as .gitignore, with the addition of -# "#!include" directives (which insert the entries of the given .gitignore-style -# file at that point). -# -# For more information, run: -# $ gcloud topic gcloudignore -# -.gcloudignore -# If you would like to upload your .git directory, .gitignore file or files -# from your .gitignore file, remove the corresponding line -# below: -.git -.gitignore - -# Node.js dependencies: -node_modules/ \ No newline at end of file diff --git a/packages/api/Dockerfile b/packages/api/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/packages/api/app.yaml b/packages/api/app.yaml deleted file mode 100644 index ca5f9a8..0000000 --- a/packages/api/app.yaml +++ /dev/null @@ -1,3 +0,0 @@ -runtime: nodejs14 - -entrypoint: npm run start