Commit 53ae815
committed
fix: stash unexpected local drift on server before pulling in deploy
The last deploy failed because resources/js/Pages/Checkout/Summary.vue
had uncommitted local changes on the production server, blocking
git pull's fast-forward merge. The server never runs npm run build
(assets are built on CI and rsynced), so tracked source files there
should always be clean; stash any drift non-destructively instead of
letting the whole deploy abort.1 parent a589c0b commit 53ae815
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
| |||
0 commit comments