mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-25 01:33:34 +01:00
Merge pull request #21 from NixOS/ci
template: update hetzner cloud project id
This commit is contained in:
commit
c3e307ae82
8
.envrc
Normal file
8
.envrc
Normal file
@ -0,0 +1,8 @@
|
||||
use flake
|
||||
|
||||
watch_file .envrc.private
|
||||
if [[ -f .envrc.private ]]; then
|
||||
source_env .envrc.private
|
||||
else
|
||||
echo "copy .envrc.private-template to .envrc.private and follow the instructions in this file"
|
||||
fi
|
@ -2,5 +2,5 @@
|
||||
export GITLAB_USER=<your-gitlab-username>
|
||||
export GITLAB_TOKEN=<your-gitlab-token>
|
||||
|
||||
# https://console.hetzner.cloud/projects/2356507/security/tokens
|
||||
# https://console.hetzner.cloud/projects/2643361/security/tokens
|
||||
export HCLOUD_TOKEN=<your-hetzner-token>
|
||||
|
Loading…
Reference in New Issue
Block a user