Skip to content

Commit

Permalink
Push deployment state right after files upload (#1293)
Browse files Browse the repository at this point in the history
## Changes
Push deployment state right after files upload

## Tests
Integration tests succeed
  • Loading branch information
andrewnester authored Mar 19, 2024
1 parent 7c4b349 commit de89af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/phases/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func Deploy() bundle.Mutator {
python.TransformWheelTask(),
files.Upload(),
deploy.StateUpdate(),
deploy.StatePush(),
permissions.ApplyWorkspaceRootPermissions(),
terraform.Interpolate(),
terraform.Write(),
Expand All @@ -40,7 +41,6 @@ func Deploy() bundle.Mutator {
terraform.Apply(),
bundle.Seq(
terraform.StatePush(),
deploy.StatePush(),
terraform.Load(),
metadata.Compute(),
metadata.Upload(),
Expand Down

0 comments on commit de89af6

Please sign in to comment.