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

Commit f15c525

Browse files
author
Noah Hanjun Lee
authored
Add deployable_ref to deploy.yml (#242)
* Add `deployable_ref` to deploy.yml * Fix docs
1 parent 9993e30 commit f15c525

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ envs:
99
- "go-test"
1010
- "react-test"
1111
- "publish-image"
12+
deployable_ref: 'v.*\..*\..*'
1213

1314
- name: production
1415
task: ${GITPLOY_DEPLOY_TASK:=rollback}:kubernetes
@@ -23,8 +24,10 @@ envs:
2324
reviewers:
2425
- hanjunlee
2526
- noah-qa
27+
deployable_ref: 'v.*\..*\..*'
2628

2729
- name: docs
30+
task: ${GITPLOY_DEPLOY_TASK:=rollback}:docs
2831
auto_merge: false
2932
description: Publish the documentation of Gitploy.
3033
required_contexts: []

docs/tasks/usecases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The versioning is the general way to specify the artifact or the commit, and Git
2020
envs:
2121
- name: production
2222
auto_merge: false
23-
deployable_ref: "v.*\..*\..*" # Semantic versioning
23+
deployable_ref: 'v.*\..*\..*' # Semantic versioning
2424
production_environment: true
2525
```
2626

0 commit comments

Comments
 (0)