There was an error while loading. Please reload this page.
1 parent 0e93545 commit 16632f8Copy full SHA for 16632f8
1 file changed
.github/workflows/cursor-server-reduce.yml
@@ -45,4 +45,4 @@ jobs:
45
- name: Resize Instance
46
if: ${{ github.event_name == 'workflow_dispatch' || steps.blocker.outputs.block == 'no' }}
47
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 }}
+ 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