Skip to content

Commit

Permalink
Test with no aws runner
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed May 28, 2024
1 parent 7cb3088 commit 6005af5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6005af5

Please sign in to comment.