Skip to content

Commit 41f8149

Browse files
update deploy script to point to relocated template
1 parent 9fb32b4 commit 41f8149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LIMIT_PER_DAY=${LIMIT_PER_DAY-'150'}
3434
# Default per-classroom hourly limit
3535
TEACHER_LIMIT_PER_HOUR=${TEACHER_LIMIT_PER_HOUR-'1000'}
3636

37-
erb -T - template.yml.erb > template.yml
37+
erb -T - cicd/3-app/javabuilder/template.yml.erb > template.yml
3838
TEMPLATE=template.yml
3939
OUTPUT_TEMPLATE=$(mktemp)
4040

0 commit comments

Comments
 (0)