Fly.io How To Integrate Google Search Console. #140
-
I've generated the api keys but I'm not sure how to integrate with the instance of Serpbear I have running on Fly.io. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Assuming you have already deployed to fly.io using this doc: https://docs.serpbear.com/deployment/deploying-to-fly.io-free
And then run:
Replace the |
Beta Was this translation helpful? Give feedback.
-
I'm facing an issue. Fly.io is like automatically erases everything. I've added everything (domain+api+keywords) after 5-10 minutes, it gets automatically erased. It's happening again and again. How to solve this, Does anyone know? |
Beta Was this translation helpful? Give feedback.
Assuming you have already deployed to fly.io using this doc: https://docs.serpbear.com/deployment/deploying-to-fly.io-free
All you have to do is run this command from your terminal:
fly secrets set --app YOUR__FLY.IO_APP_NAME SEARCH_CONSOLE_PRIVATE_KEY=SEARCH_CONSOLE_PRIVATE_KEY=-----BEGIN PRIVATE KEY-----\ssssaswdkihadho\nlnb/Kt88qQC...KYv6A==\n-----END PRIVATE KEY-----\n
And then run:
fly secrets set --app YOUR__FLY.IO_APP_NAME [email protected]
Replace the
YOUR__FLY.IO_APP_NAME
before running the commands.