Actions when deploying on Google Cloud

Hello everybody, so I have my bot running, locally, perfect and it does everything I need. and it was already on my Git account

I followed the tutorial and deployed on Gcloud, I noticed that there is a way to connect Rasa X and Git, so my work is always up to date with the latest state. However when i come to set up my action server, I notice that the changes are not being reflected on my .py files.

Is there anything I am missing? Is it the correct setup ?

Thanks in advance

Hello @jusce17, you have to manually update the actions.py file and init.py file in an actions folder currently.

1 Like

thanks @athenasaurav, I am not expert in docker either,

but can setup a git repo in the folder actions, so I can constantly pull all the other files, it will work just fine, right ?

Yes @jusce17, others will work fine. If you dont have any custom dependencies it will work fine in GCP. You just have to create a docker-compose.override.yml file. Refer RASA master class to create one.