I have a scraping project and to run the project using command
python3 source/index.py
index.py is the entry point to scrape the web
Now I need to make cron job on gcp compute engine...
Is this possible to create a cron job without actually putting the source code there, something like compile version of project.
Thanks