Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 6f96034

Browse files
authored
Added codefresh-diff and codefresh-apply (#3)
* Rename codefresh.yml to codefresh-apply.yml * Added diff * Update codefresh-diff.yml * Update codefresh-diff.yml
1 parent 3b99f77 commit 6f96034

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
File renamed without changes.

codefresh-diff.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Build a service with environment variables
2+
version: '1.0'
3+
4+
steps:
5+
diff_codefresh_sync:
6+
title: Diff codefresh pipelines
7+
image: cloudposse/build-harness:${{BUILD_HARNESS_VERSION}}
8+
commands:
9+
# Requires CF_API_KEY, here it will get it from Shared Configuration
10+
- make codefresh/sync/auth/cloudposse
11+
- make codefresh/sync/diff

0 commit comments

Comments
 (0)