diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ec5a1a..358ee35 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,11 +26,12 @@ jobs: # Independent step, deploying all the tools infrastructure deploy-indexer: name: "🚀 Deploy Indexer" - uses: ./.github/workflows/deploy-submodule-via-ec2.yml + uses: ./.github/workflows/deploy-submodule.yml secrets: inherit with: # Need a custom ami image id since it's needing docker for the build process - ami-image-id: ami-0e2a787a966f10c15 - instance-type: t4g.small + #ami-image-id: ami-0e2a787a966f10c15 + #instance-type: t4g.small + runner-label: "ubuntu-latest" pr-sha: ${{ github.event.pull_request.head.sha }} ref: ${{ github.ref }}