Skip to content

Commit e5db5bb

Browse files
committed
fix wording
1 parent ccdfabd commit e5db5bb

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,4 @@ __pycache__/
297297
*.odx.cs
298298
*.xsd.cs
299299
mise.toml
300+
.env

config/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Kamal deploy config for this repository. Uses environment variables:
2-
# - GITHUB_REPOSITORY (e.g. acme/example.org) - included in GitHub Actions
3-
# - GITHUB_ACTOR (e.g. acme) - included in GitHub Actions
4-
# - GITHUB_TOKEN ($GITHUB_TOKEN) - included in GitHub Actions
2+
# - GITHUB_REPOSITORY (e.g. acme/example.org) - from GitHub Action ${github.repository}
3+
# - KAMAL_REGISTRY_USERNAME (e.g. my-user) - from GitHub Action ${github.actor}
4+
# - KAMAL_REGISTRY_PASSWORD ($GITHUB_TOKEN) - from GitHub Action ${secrets.GITHUB_TOKEN}
55
# - KAMAL_DEPLOY_IP (e.g. 100.100.100.100) - from GitHub Action Secret
66
# - KAMAL_DEPLOY_HOST (e.g. example.org) - from GitHub Action Secret
77
# - POSTGRES_PASSWORD (e.g. random-password) - from GitHub Action Secret

0 commit comments

Comments
 (0)