Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 0973591

Browse files
author
Noah Hanjun Lee
authored
Fix required_contexts for 'docs' environment
1 parent ee9989b commit 0973591

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
envs:
2-
# local environment is used to test features.
3-
- name: local
4-
auto_merge: false
5-
62
- name: dev
73
task: ${GITPLOY_DEPLOY_TASK:=rollback}:kubernetes
84
# Disable "auto_merge" to avoid merge conflict
@@ -31,3 +27,4 @@ envs:
3127
- name: docs
3228
auto_merge: false
3329
description: Publish the documentation of Gitploy.
30+
required_contexts: []

0 commit comments

Comments
 (0)