From 31b71adb632234609f580697ac435c3ede63453e Mon Sep 17 00:00:00 2001 From: Conor McManus Date: Thu, 5 Jan 2023 14:30:14 +0100 Subject: [PATCH] rename baro refs to jamulus --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d43de01..a78c73a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ tf-apply: before_script: - apk add ansible - ansible-galaxy collection install community.docker - - chmod 600 barotrauma.pem + - chmod 600 jamulus.pem script: - terraform init - terraform apply plan.tfplan @@ -48,7 +48,7 @@ tf-destroy: entrypoint: [""] before_script: - apk add ansible - - chmod 600 barotrauma.pem + - chmod 600 jamulus.pem script: - terraform init - terraform destroy