Skip to content

Commit

Permalink
rework pipeline to use linode as dev cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 3, 2023
1 parent 8660d09 commit ff5507a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
- name: installing plural
uses: pluralsh/[email protected]
- name: Update service
run: plural cd services update @cd-demo-workload-1/cd-test --conf tag=sha-${GITHUB_SHA::7}
run: plural cd services update @linode/cd-test --conf tag=sha-${GITHUB_SHA::7}
13 changes: 8 additions & 5 deletions pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: cd-test
name: cd-demo
stages:
- name: dev
services:
- name: cd-demo-workload-1/cd-test
- name: linode/cd-test
- name: prod
services:
- name: cd-demo/cd-test
- name: cd-demo-workload-1/cd-test
criteria:
source: cd-demo-workload-1/cd-test
source: linode/cd-test
secrets:
- tag
edges:
- from: dev
to: prod
to: prod
gates:
- name: Approve
type: approval

0 comments on commit ff5507a

Please sign in to comment.