Skip to content

Commit 7aaebcc

Browse files
committed
add config
1 parent c219f14 commit 7aaebcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MyApp/_pages/kamal-deploy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ The deployment scripts are embedded in the templates [/.github/workflows](https:
6464
build-container.yml
6565
release.yml
6666
/.kamal
67+
/config
68+
deploy.yml
6769
```
6870

6971
Which is triggered after a commit to main:
@@ -72,7 +74,7 @@ Which is triggered after a commit to main:
7274
- **build-container.yml** - Builds a Docker image from the application and pushes it to GitHub Container Registry
7375
- **release.yml** - Runs any pending DB Migrations, if successful Deploys the Docker image to server
7476

75-
You can customize your App's Kamal deployment by editing the hooks and configuratoin in the `/.kamal` folder, see [Kamal documentation](https://kamal-deploy.org/docs/configuration/) for more information.
77+
You can customize your App's Kamal deployment in your [config/deploy.yml](https://github.com/NetCoreTemplates/blazor-vue/blob/main/config/deploy.yml) with additional hooks and configuratoin in the `/.kamal` folder, see [Kamal documentation](https://kamal-deploy.org/docs/configuration/) for more information.
7678

7779
### Configuration
7880

0 commit comments

Comments
 (0)