Skip to content

Commit 6040760

Browse files
committed
deploy ecr
1 parent b16288b commit 6040760

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,10 @@ workflows:
9595
version: 2.1
9696
test:
9797
jobs:
98-
- test
98+
- test
99+
- deploy_ecr:
100+
requires:
101+
- test
102+
filters:
103+
branches:
104+
only: master

0 commit comments

Comments
 (0)