diff options
Diffstat (limited to 'scripts/ci/deploy.sh')
-rwxr-xr-x | scripts/ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index 8d514ba..f742b38 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -89,7 +89,7 @@ echo "Done." echo "Storing .tfstate file..." pushd ../vps-state/ git add secrets/terraform.tfstate secrets/terraform.tfstate.backup -git commit -m "CI: update Terraform .tfstate files for CI run ${VPS_COMMIT_SHA}" +git commit -m "CI: update Terraform .tfstate files for CI run ${VPS_COMMIT_SHA}" --allow-empty git push origin master popd echo "Done." |