4 days ago
after 100s of deploys with no issues, it just starting happening this week where I change branches, click deploy, and nothng happens. the "fix" is to diconnect git and re-connect. but why do I need to keep doing that? is there a such thing as too many branches? on this current fail, I havent diconnect/reconnect yet but I will if this is my new norm.
0 Replies
4 days ago
Hello,
The current staged change does not actually change anything, the current and new value for the branch are the same.
I dont know what you mean
git diff --stat master
backend/spendspace/views/dashboard.py | 133 +++++++++++++++++++++++++++-------
docs/timezonefixdocumentation.md | 58 +++++++++++++++
2 files changed, 163 insertions(+), 28 deletions(-)
4 days ago
you have since discarded the staged change i have mentioned.
4 days ago
both deploys triggered