Skip to content

Commit 04a27c3

Browse files
committed
added codefresh.yml
1 parent a6e2fef commit 04a27c3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

codefresh.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: '1.0'
2+
3+
steps:
4+
clone-prj:
5+
type: git-clone
6+
repo: https://github.com/nCodefresh/express-angular.git
7+
8+
build-prj:
9+
type: build
10+
description: codefresh example
11+
image-name: ncodefresh/express-angular
12+
dockerfile: Dockerfile
13+
working-directory: ${{clone-prj}}
14+
tag: latest
15+
16+
push-dockerhub:
17+
type: push
18+
candidate: ${{build-prj}}
19+
tag: latest

0 commit comments

Comments
 (0)