mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-18 02:50:25 +02:00
deploy wiki on wiki.staging.julienmalka.me
This commit is contained in:
7
targets/nixos-wiki.nixos.org/apply.sh
Executable file
7
targets/nixos-wiki.nixos.org/apply.sh
Executable 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
|
||||
|
Reference in New Issue
Block a user