File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -297,3 +297,4 @@ __pycache__/
297297* .odx.cs
298298* .xsd.cs
299299mise.toml
300+ .env
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments