Skip to content

Commit 16632f8

Browse files
committed
Reduce to small instead of micro
1 parent 0e93545 commit 16632f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cursor-server-reduce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
- name: Resize Instance
4646
if: ${{ github.event_name == 'workflow_dispatch' || steps.blocker.outputs.block == 'no' }}
4747
run: |
48-
aws ssm start-automation-execution --document-name "AWS-ResizeInstance" --document-version "\$DEFAULT" --parameters '{"InstanceId":["${{ secrets.CURSOR_INSTANCE_ID }}"],"InstanceType":["t3.micro"],"SleepWait":["PT5S"]}' --region ${{ secrets.CURSOR_REGION }}
48+
aws ssm start-automation-execution --document-name "AWS-ResizeInstance" --document-version "\$DEFAULT" --parameters '{"InstanceId":["${{ secrets.CURSOR_INSTANCE_ID }}"],"InstanceType":["t3.small"],"SleepWait":["PT5S"]}' --region ${{ secrets.CURSOR_REGION }}

0 commit comments

Comments
 (0)