prepare deploy

This commit is contained in:
2026-02-06 02:25:54 +01:00
parent 468f80553f
commit 646836493f
5 changed files with 64 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Secrets for Sanasto Wiki deployment
# DO NOT COMMIT SECRETS TO GIT! This file should read from environment or secure storage.
# Registry password (GitHub Container Registry token or Docker Hub password)
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
# Rails master key for credentials
RAILS_MASTER_KEY=$(cat config/master.key)