7 months ago
What is the difference between these two options?
Attachments
3 Replies
7 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 My trial Expired and my projects are decativated
- 📚 Free Trial
- 🧵 Post DB restoration
- 📚 Deployment Actions
If you find the answer from one of these, please let us know by solving the thread!
7 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open noahd • 7 months ago
7 months ago
I would say that redeploy just deploy the current deployment, while rollback should deploy the previous deploy....
7 months ago
what fra said, rollback is for when something went wrong with your new deployment, so you can rollback to a previous version. and redeploy is used for when e.g. you change env variables so you need to redeploy to apply the changes to the current deployment.