Skip to content

Convert deployment config to sample template#4

Merged
markhallen merged 1 commit into
mainfrom
add-deploy-sample
Aug 2, 2025
Merged

Convert deployment config to sample template#4
markhallen merged 1 commit into
mainfrom
add-deploy-sample

Conversation

@markhallen

@markhallen markhallen commented Aug 2, 2025

Copy link
Copy Markdown
Owner

Rename the deployment configuration file to a template and update documentation to guide users in setting up their own deployment settings while preventing the accidental commit of sensitive information.

This pull request updates the deployment instructions and configuration references in the README.md to clarify the use of deployment configuration templates for Kamal. The changes help ensure users copy and edit the correct files when setting up deployment.

Documentation and configuration improvements:

  • Updated the deployment instructions in README.md to instruct users to copy config/deploy.yml.example to config/deploy.yml before editing deployment settings. [1] [2]
  • Changed the file tree in README.md to list config/deploy.yml.example as the configuration template, making it clear which file should be edited for deployment.

- Rename config/deploy.yml to config/deploy.yml.example for templating
- Add config/deploy.yml to .gitignore to prevent committing sensitive deployment settings
- Update README.md installation instructions to include deployment config setup
- Update project structure documentation to reflect sample file approach

This allows users to customize their deployment settings without risk of
committing sensitive server information or credentials to the repository.
@markhallen markhallen changed the base branch from add-logo-to-readme to main August 2, 2025 08:39
@markhallen markhallen merged commit 3dad383 into main Aug 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant