You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/deployment/cicd.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ cds add github-actions
31
31
32
32
### Deploy to Staging
33
33
34
-
The created workflows do a _Staging_ deployment for pushes on the `main` branch, for example after merging pull requests.
34
+
The created workflows do a _Staging_ deployment for pushes on the `main` branch, usually after merging pull requests.
35
35
36
36
If no defaults are maintained in your GitHub org, a set of variables and secrets has to be provided. Open the repository and navigate here to maintain them:
37
37
@@ -41,19 +41,19 @@ For a minimal deployment setup, these variables and secrets are required:
0 commit comments