Add support for deploying testdays via s2i #14
No reviewers
Labels
No labels
bug
Closed As
Duplicate
Closed As
Fixed
Closed As
Invalid
easyfix
enhancement
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
quality/testdays-web!14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
Basically: I recommend that you have 3 branches:
All your development work happens in develop. Staging and production have this extra commit. When you want to update either environment, you rebase the corresponding branch on the top of develop and force-push. Then openshift will then re-deploy the new code in staging/production.
1 new commit added
Rename the alembic folder to alembic_scripts1 new commit added
Add support for deploying testdays via s2i1 new commit added
Get the current revision using get_current_heads2 new commits added
Get the current revision using get_current_headsAdd support for deploying testdays via s2iThe second commit is more for debugging.
It leads to the following log line:
which breaks the
upgrade_dbcommand when rolling out a new build.1 new commit added
Add support for deploying testdays via s2iPull-Request has been merged by frantisekz