Skip to content

Commit d9a0fdd

Browse files
committed
ci: 👷 test deployment
1 parent d770094 commit d9a0fdd

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

‎.kamal/secrets‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
# Secrets defined here are available for reference under registry/password, env/secret, builder/secrets,
22
# and accessories/*/env/secret in config/deploy.yml. All secrets should be pulled from either
33
# password manager, ENV, or a file. DO NOT ENTER RAW CREDENTIALS HERE! This file needs to be safe for git.
4-
5-
# Registry secrets
6-
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
7-
KAMAL_REGISTRY_USERNAME=$KAMAL_REGISTRY_USERNAME
8-
KAMAL_REGISTRY_LOGIN_SERVER=$KAMAL_REGISTRY_LOGIN_SERVER # only if you're not using docker hub
9-
10-
# Host secrets
11-
KAMAL_APP_NAME=$KAMAL_APP_NAME
12-
KAMAL_APP_DOMAIN=$KAMAL_APP_DOMAIN
13-
KAMAL_SERVER_IP=$KAMAL_SERVER_IP

‎.kamal/secrets-common‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# Common secrets for all environments
1+
# Common secrets for all environments
2+
3+
# Registry secrets
4+
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
5+
KAMAL_REGISTRY_USERNAME=$KAMAL_REGISTRY_USERNAME
6+
KAMAL_REGISTRY_LOGIN_SERVER=$KAMAL_REGISTRY_LOGIN_SERVER # only if you're not using docker hub
7+
8+
# Host secrets
9+
KAMAL_APP_NAME=$KAMAL_APP_NAME
10+
KAMAL_APP_DOMAIN=$KAMAL_APP_DOMAIN
11+
KAMAL_SERVER_IP=$KAMAL_SERVER_IP

0 commit comments

Comments
 (0)