Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c3b7214

Browse files
committed
add circleci build
1 parent babe59c commit c3b7214

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

circle.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
machine:
2+
services:
3+
- docker
4+
5+
dependencies:
6+
pre:
7+
- pip install awsebcli
8+
9+
test:
10+
override:
11+
- docker run -v $PWD:/root/direct appiriodevops/direct-app:build2 /root/scripts/build.sh
12+
13+
#deployment:
14+
# development:
15+
# branch: ["dev", "group_ids_filtering"]
16+
# commands:
17+
# - .deploy/dockerhub_push.sh DEV $CIRCLE_BUILD_NUM
18+
# - .deploy/ebs_deploy.sh ap-challenge DEV $CIRCLE_BUILD_NUM
19+
# production:
20+
# branch: master
21+
# commands:
22+
# - .deploy/dockerhub_push.sh PROD $CIRCLE_BUILD_NUM
23+
# - .deploy/ebs_deploy.sh ap-challenge PROD $CIRCLE_BUILD_NUM

0 commit comments

Comments
 (0)