How to update your website after deployment?

So I know you can deploy your project but how do you update it? I pushed all the code to github and I’m not seeing any changes in the app. Is there a quicker way to do this or do you just have to wait until it automatically updates?

Hello,
you have to wait until it updates. Please note that each push triggers a deployment which means that if you push 100 times you have to wait 100 deployments to have your app up to date.

1 Like

Ah thanks!! I’ll make sure to commit only when I need to.