Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
20b5383
Initial import of chapter and images
colindembovsky Mar 4, 2021
8a2b50f
Updating image paths and styling
colindembovsky Mar 5, 2021
2cb9bbb
Update master to main
colindembovsky Mar 5, 2021
0e14897
Remove update of .NET framework after upgrade
colindembovsky Mar 5, 2021
de23c70
Linting updates
colindembovsky Mar 5, 2021
039de3d
Linting updates
colindembovsky Mar 5, 2021
5a4dc27
Linting update
colindembovsky Mar 5, 2021
e4d9577
Merge branch 'devops-ebook' of github.com:dotnet/docs into devops-ebook
colindembovsky Mar 7, 2021
0cb753f
Update page url in index
colindembovsky Mar 7, 2021
8f53bec
Fix grammar
colindembovsky Mar 10, 2021
086c797
Fix grammar
colindembovsky Mar 10, 2021
ec71c56
Fix grammar
colindembovsky Mar 10, 2021
e7be073
Fix grammar
colindembovsky Mar 10, 2021
49f8216
Fix spelling
colindembovsky Mar 10, 2021
b164b53
Fix grammar
colindembovsky Mar 10, 2021
0b0e492
Fix grammar
colindembovsky Mar 10, 2021
2a8ee69
Fix spelling
colindembovsky Mar 10, 2021
102524e
Merge branch 'devops-ebook' of github.com:colindembovsky/docs into de…
colindembovsky Mar 7, 2021
154ae58
Update docs/architecture/devops-for-aspnet-developers/actions-build.md
colindembovsky Mar 11, 2021
8347e7f
Update spelling
colindembovsky Mar 11, 2021
135987d
Adding comma
colindembovsky Mar 11, 2021
14a1f43
Fix casing
colindembovsky Mar 11, 2021
72772dd
Fix spelling
colindembovsky Mar 11, 2021
7f6f9fd
Fix spelling
colindembovsky Mar 11, 2021
63ca06d
Fix spelling
colindembovsky Mar 11, 2021
6260ddc
Change click to select
colindembovsky Mar 11, 2021
59e8d83
Change click to select
colindembovsky Mar 11, 2021
f92a781
Contractions
colindembovsky Mar 12, 2021
9285d94
Contractions and update of "click" to "select"
colindembovsky Mar 12, 2021
019c378
Grammar fix
colindembovsky Mar 12, 2021
7886e77
Fix spelling
colindembovsky Mar 12, 2021
68c3e6d
Fix casing
colindembovsky Mar 12, 2021
50a7d13
Fix casing
colindembovsky Mar 12, 2021
2aa6fcb
Fix emphasis
colindembovsky Mar 12, 2021
d256dbd
Add emphasis
colindembovsky Mar 12, 2021
97b5320
Fix grammar
colindembovsky Mar 12, 2021
e9de20f
Make active
colindembovsky Mar 12, 2021
2d8a9f8
Add comma
colindembovsky Mar 12, 2021
6b5b328
Fix grammar
colindembovsky Mar 12, 2021
7f5ee98
Update case
colindembovsky Mar 12, 2021
4894186
Add missing word
colindembovsky Mar 12, 2021
263c7a2
Fix spelling
colindembovsky Mar 12, 2021
8983d11
Fix URL
colindembovsky Mar 12, 2021
c29d261
Fix spelling
colindembovsky Mar 12, 2021
a3305d2
Indenting snippets
colindembovsky Mar 9, 2021
0d126e1
Various review changes
colindembovsky Mar 12, 2021
e07cd2d
Update grammar
colindembovsky Mar 12, 2021
0e5b082
Change "click" to "select"
colindembovsky Mar 12, 2021
a618ac6
Merge branch 'devops-ebook' of github.com:colindembovsky/docs into de…
colindembovsky Mar 12, 2021
a605f5c
Various final edits
colindembovsky Mar 15, 2021
ed4649e
Merge branch 'devops-ebook' of github.com:dotnet/docs into devops-ebook
colindembovsky Mar 16, 2021
b2bf5f2
Adding deployment article
colindembovsky Mar 16, 2021
c5f4334
Linting
colindembovsky Mar 16, 2021
9df5d30
Linting
colindembovsky Mar 16, 2021
0d8b34d
Linting
colindembovsky Mar 16, 2021
0780b70
Linting
colindembovsky Mar 16, 2021
0d9bb8e
Style updates
colindembovsky Mar 16, 2021
be1dc2a
Fix casing on title
colindembovsky Mar 16, 2021
50054e2
Fix casing
colindembovsky Mar 16, 2021
58e5106
Fix casing
colindembovsky Mar 16, 2021
058a3dd
Various edits for review
colindembovsky Mar 18, 2021
56ccd24
More edits for review process
colindembovsky Mar 18, 2021
bebde76
More edits
colindembovsky Mar 18, 2021
b6d3296
edit pass
scottaddie Mar 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Deploy an app to App Service - DevOps with .NET and GitHub Actions
description: Deploy a .NET app to Azure App Service, the first step for DevOps with .NET and GitHub Actions.
title: DevOps with .NET and GitHub Actions - Build a .NET Web App
description: Start your journey of DevOps with .NET and GitHub Actions by building a .NET web app
author: colindembovsky
ms.date: 03/04/2021
---
# Deploy an app to App Service - DevOps with .NET and GitHub Actions
# Build a .NET web app using GitHub Actions

[GitHub Actions](https://github.com/features/actions) allow you to automate workflows in response to events that are triggered in GitHub. A common workflow is Continuous Integration (CI), but Actions can automate other processes. For example, sending welcome emails when people join a repository.

Expand Down Expand Up @@ -191,3 +191,6 @@ jobs:
path: SimpleFeedReader/website/**
if-no-files-found: error
```

>[!div class="step-by-step"]
>[Next](actions-deploy.md)
488 changes: 488 additions & 0 deletions docs/architecture/devops-for-aspnet-developers/actions-deploy.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/architecture/devops-for-aspnet-developers/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
items:
- name: Comparison of GHA and Azure Pipelines
href: mock.md
- name: Basic Build Workflow
- name: Basic build workflow
href: actions-build.md
- name: Adding deployment steps
href: mock.md
href: actions-deploy.md
- name: Securing .NET code with GitHub Actions and CodeQL
href: mock.md
href: mock.md