Skip to content

Commit c04d70a

Browse files
authored
Update 14/umbraco-deploy/deployment-workflow/import-on-startup.md
1 parent 50360a4 commit c04d70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14/umbraco-deploy/deployment-workflow/import-on-startup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Deploy can import content and/or schema previously exported from another Umbraco
99

1010
## Default configuration
1111

12-
The default configuration will look for the ZIP archive `umbraco\Deploy\import-on-startup.zip` on start-up and if it exists, run an import and delete the file on successful completion. If you want to [customize the default behaviour you can do so via settings](../getting-started/deploy-settings.md#import-on-startup).
12+
The default configuration will look for the ZIP archive `umbraco\Deploy\import-on-startup.zip` on start-up and if it exists, run an import and delete the file on successful completion. If you want to customize the default behavior, do so via [settings](../getting-started/deploy-settings.md#import-on-startup).
1313

1414
This feature is extensible via a provider-based model by implementing `IArtifactImportOnStartupProvider` and registering it using `builder.DeployArtifactImportOnStartupProviders()`. The default `Umbraco.Deploy.Infrastructure.SettingsArtifactImportOnStartupProvider` implementation uses the above settings and inherits from `Umbraco.Deploy.Infrastructure.ArtifactImportOnStartupProviderZipArchiveBase` (which can be used for your own custom implementation).
1515

0 commit comments

Comments
 (0)