Skip to content

Commit cac7f2e

Browse files
authored
Autodeploy to staging (#139)
1 parent e71e8e2 commit cac7f2e

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
- "*"
3535
push:
3636
branches:
37-
- "nim-release-2.18.0"
37+
- "main"
3838

3939
env:
4040
FRONT_DOOR_USERNAME: ${{ secrets.FRONT_DOOR_USERNAME }}
@@ -65,7 +65,7 @@ jobs:
6565
doc_type: "hugo"
6666
environment: ${{inputs.environment}}
6767
force_hugo_theme_version: ${{inputs.hugo_theme_override}}
68-
auto_deploy_branch: "nim-release-2.18.0"
68+
auto_deploy_branch: "main"
6969
auto_deploy_env: "staging"
7070
secrets:
7171
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS_DOCS}}

.github/workflows/daily-deploy.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)