Skip to content

Commit

Permalink
specify ssh keypair output location
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrod16 committed Jan 23, 2025
1 parent 096d91e commit a8e0236
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ jobs:
role-to-assume: ${{ secrets.AWS_IAM_ROLE_ARN }}

- name: Create SSH keypair
run: ssh-keygen -t rsa -b 2048 -q -N ""
run: ssh-keygen -t rsa -b 2048 -q -N "" -f ~/.ssh/id_rsa

- name: Install terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_wrapper: false

- name: Deploy LLM
run: ./deploy.sh
Expand Down

0 comments on commit a8e0236

Please sign in to comment.