Skip to content

Commit 8c20ddd

Browse files
committed
add dockerfile to .drone.yml
1 parent 7f8a790 commit 8c20ddd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.drone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ platform:
88
trigger:
99
branch:
1010
- main
11+
- integration/chat
12+
- a/kanopy
1113

1214
steps:
1315
- name: publish
@@ -16,6 +18,7 @@ steps:
1618
create_repository: true
1719
registry: 795250896452.dkr.ecr.us-east-1.amazonaws.com
1820
repo: skunkworks/${DRONE_REPO_NAME}
21+
dockerfile: ./apps/chatbot-server/Dockerfile
1922
tags:
2023
- git-${DRONE_COMMIT_SHA:0:7}
2124
- latest

0 commit comments

Comments
 (0)