Merge pull request #21 from NixOS/ci

template: update hetzner cloud project id
This commit is contained in:
Jörg Thalheim 2024-02-09 12:02:22 +01:00 committed by GitHub
commit c3e307ae82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

8
.envrc Normal file
View 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

View File

@ -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>