Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Btw, the changes I proposed above are just small steps as we work on the larger refactoring outlined by DH here https://3.basecamp.com/3684163/buckets/11875773/messages/3916527719 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting to write down notes about what I'm learning about our deployment of nativerl plus webapp. @alexamakarov @xneyder @kepricon
https://github.com/SkymindIO/pathmind-webapp/blob/dev/Jenkinsfile#L193-L201
https://github.com/SkymindIO/pathmind-webapp/blob/da0cb7256a9522ccfd066c30468d0efba7afc6ef/Jenkinsfile#L31
https://github.com/SkymindIO/pathmind-webapp/blob/d2534aaef4de747036095a2ca32117d6fc45d614/infra/scripts/canary_deploy.sh#L62
Issues I think I see:
check for newer versioncode ignores changes if we don't bump the version number with each commit.--no-cachewhen building, but of course that slows down deploying.Beta Was this translation helpful? Give feedback.
All reactions