Skip to content

Commit

Permalink
fix: adding baseline on migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior committed Feb 24, 2023
1 parent 40499cc commit f1db5f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/openshift/deploy.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ objects:
valueFrom:
secretKeyRef:
name: ${NAME}-${ZONE}-database
key: database-user
key: database-user
- name: FLYWAY_BASELINE_ON_MIGRATE
value: true
volumeMounts:
- mountPath: /flyway/sql
name: migration
Expand Down

0 comments on commit f1db5f1

Please sign in to comment.