Skip to content

Commit afef754

Browse files
change order
1 parent 24def88 commit afef754

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Generic-POC-Flyway-Commands/CLI/cookbook.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ flyway undo -environment=test -target=043.20250716213211
2525

2626
# ================================================================================
2727

28+
# generic deployment
29+
flyway migrate -environment=test
30+
31+
# ================================================================================
32+
2833
# cherryPick forward
2934
flyway migrate -environment=test -cherryPick=045.20251106201536
3035

@@ -36,10 +41,11 @@ flyway migrate -environment=test -cherryPick=045.20251106201536
3641
# check can be configured to fail on drift or code analysis triggering
3742
flyway check -drift -code -dryrun -environment=test -check.code.failOnError=false -check.failOnDrift=false -check.deployedSnapshot=snapshothistory:current
3843

44+
3945
# ================================================================================
4046

41-
# generic deployment
42-
flyway migrate -environment=test
47+
# cherryPick forward
48+
flyway migrate -environment=test -cherryPick=045.20251106201536
4349

4450
# ================================================================================
4551

0 commit comments

Comments
 (0)