-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating automated deployment to GitHub Actions
- Loading branch information
Showing
2 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
17 changes: 6 additions & 11 deletions
17
CoreLibrary/Training/DeploymentAndOptimization/AutomatedDeployment.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
# Automated deployment | ||
# Continuous integration/deployment and Azure hosting | ||
|
||
- Installing TeamCity | ||
- Setting up a build configuration in TeamCity | ||
- Installing necessary tools (e.g. Git) | ||
- Adding a Version Control System root | ||
- Adding build steps to the process | ||
- Pull the source code and build the solution | ||
- Deploy to IIS | ||
- Dependencies, triggers, environment variables | ||
- CI builds and test execution with [Lombiq GitHub Actions](https://github.com/Lombiq/GitHub-Actions). | ||
- Creating an Orchard Core-optimized Azure hosting environment. | ||
- Automated deployments to Azure with [Lombiq GitHub Actions](https://github.com/Lombiq/GitHub-Actions). | ||
|
||
Time requirement: 2h 0m | ||
Time requirement: 1h 30m | ||
|
||
Dependencies: [Manual deployment](ManualDeployment) | ||
Dependencies: [Getting started in module development](../ModuleDevelopmentAndApis/GettingStartedInModuleDevelopment) | ||
|
||
Parent topic: [Deployment and optimization](./) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters