Skip to content

Commit ee0af6d

Browse files
committed
Update deployment to large resource class in config.yml
1 parent 4a7f7bc commit ee0af6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- run:
4444
name: Deploy
4545
command: mvn deploy -Dmaven.test.skip -DcreateDocs=true -s settings.xml
46+
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
47+
resource_class: large
4648

4749
# Invoke jobs via workflows
4850
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows

0 commit comments

Comments
 (0)