diff options
author | EuAndreh <eu@euandre.org> | 2019-05-28 20:32:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-28 20:32:45 -0300 |
commit | 05ad7e4591164d6dd9160f59156eddfec613e537 (patch) | |
tree | 0ef071aeb8e7f60a21ecbe48b24da81ae0f759db /scripts/ci/provision.sh | |
parent | Use SSH to fetch vps-state so we can push to it later (diff) | |
download | server-05ad7e4591164d6dd9160f59156eddfec613e537.tar.gz server-05ad7e4591164d6dd9160f59156eddfec613e537.tar.xz |
Configure git for vps-state repo in ./scripts/ci/setup.sh
Diffstat (limited to 'scripts/ci/provision.sh')
-rwxr-xr-x | scripts/ci/provision.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci/provision.sh b/scripts/ci/provision.sh index 1484dcd..2941d03 100755 --- a/scripts/ci/provision.sh +++ b/scripts/ci/provision.sh @@ -24,8 +24,6 @@ terraform plan -input=false -out="$PLAN_FILE_PATH" # Store on git repo pushd ../vps-state/ -git config --global user.email "ci@euandre.org" -git config --global user.name "sr.ht CI" git add "secrets/plan-files/$PLAN_FILE_NAME" git commit -m "CI: add .tfplan plan file for CI run $(git rev-parse HEAD)" git push origin master |