From 3416d0f02b40bbed9741e89c6b8d3e64b154a664 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Mar 2024 02:09:34 +0100 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 9fef673..5123e81 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -164,6 +164,8 @@ eval "$(atuin init zsh)" #zprof export ANSIBLE_VAULT_PASSWORD_FILE="~/.config/ansible/password" export DRONE_SERVER=https://ci.i.kjuulh.io +export DRONE_HOST=https://ci.i.kjuulh.io +export DRONE_USER=kjuulh export DRONE_TOKEN={{ .drone_token | quote }} export GITEA_ACCESS_TOKEN={{ .gitea_token | quote }} export GITEA_URL="https://git.i.kjuulh.io/api/v1"