Push deployment state right after files upload (#1293)

## Changes
Push deployment state right after files upload

## Tests
Integration tests succeed
This commit is contained in:
Andrew Nester 2024-03-19 10:47:41 +01:00 committed by GitHub
parent 7c4b34945c
commit de89af6f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@ func Deploy() bundle.Mutator {
python.TransformWheelTask(),
files.Upload(),
deploy.StateUpdate(),
deploy.StatePush(),
permissions.ApplyWorkspaceRootPermissions(),
terraform.Interpolate(),
terraform.Write(),
@ -40,7 +41,6 @@ func Deploy() bundle.Mutator {
terraform.Apply(),
bundle.Seq(
terraform.StatePush(),
deploy.StatePush(),
terraform.Load(),
metadata.Compute(),
metadata.Upload(),