Skip to content

Commit 9b2b5f0

Browse files
committed
Add CICD files
1 parent 5b33a39 commit 9b2b5f0

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

tools/amplify-preview/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build/*

tools/amplify-preview/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TOOL_NAME = amplify-preview
2+
3+
include ../repo-release-tooling/tooling.mk
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../.github/workflows/reusable-cd.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../.github/workflows/reusable-ci.yaml

0 commit comments

Comments
 (0)