File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ primary_region = "ams"
77 SERVICE = " impulse-svc"
88
99[deploy ]
10- release_command = " ./run-migrations.sh"
10+ release_command = " sh -c 'sleep 30s && ./run-migrations.sh' " # fly (hopefully) is done with its networking
1111
1212[processes ]
1313 web = " python manage.py runserver 0.0.0.0:8000"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ primary_region = "ams"
1212
1313[deploy ]
1414 strategy = " bluegreen"
15- release_command = " ./run-migrations.sh"
15+ release_command = " sh -c 'sleep 30s && ./run-migrations.sh' " # fly (hopefully) is done with its networking
1616
1717[checks ]
1818 [checks .dapr_sidecar ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ primary_region = "ams"
1212
1313[deploy ]
1414 strategy = " bluegreen"
15- release_command = " ./run-migrations.sh"
15+ release_command = " sh -c 'sleep 30s && ./run-migrations.sh' " # fly (hopefully) is done with its networking
1616
1717[checks ]
1818 [checks .dapr_sidecar ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ primary_region = "ams"
1212
1313[deploy ]
1414 strategy = " bluegreen"
15- release_command = " ./run-migrations.sh"
15+ release_command = " sh -c 'sleep 30s && ./run-migrations.sh' " # fly (hopefully) is done with its networking
1616
1717[checks ]
1818 [checks .dapr_sidecar ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ primary_region = "ams"
1212
1313[deploy ]
1414 strategy = " bluegreen"
15- release_command = " ./run-migrations.sh"
15+ release_command = " sh -c 'sleep 30s && ./run-migrations.sh' " # fly (hopefully) is done with its networking
1616
1717[checks ]
1818 [checks .dapr_sidecar ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ primary_region = "ams"
1212
1313[deploy ]
1414 strategy = " bluegreen"
15- release_command = " ./run-migrations.sh"
15+ release_command = " sh -c 'sleep 30s && ./run-migrations.sh' " # fly (hopefully) is done with its networking
1616
1717[checks ]
1818 [checks .dapr_sidecar ]
You can’t perform that action at this time.
0 commit comments