deploy wiki on wiki.staging.julienmalka.me

This commit is contained in:
Julien Malka
2024-02-12 11:53:09 +01:00
parent 78b323d439
commit 9b8c8996f8
5 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
rm -f .terraform.lock.hcl
tofu init -backend-config="password=$GITLAB_TOKEN" -backend-config="username=$GITLAB_USER"
tofu apply