Skip to content

Commit

Permalink
Update packer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwanth170 authored May 30, 2024
1 parent 2779594 commit c77f9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: Run Packer Build
env:
AWS_PROFILE: ${{ secrets.AWS_PROFILE }}
AWS_PROFILE: default
run: |
packer build -var "region=${{ secrets.AWS_DEFAULT_REGION }}" \
-var "source_ami=ami-04b70fa74e45c3917" \
-var "instance_type=t2.micro" \
-var "profile=${{ secrets.AWS_PROFILE }}" \
-var "profile=default" \
-var "ssh_username=ubuntu" \
jenkins-config.json

0 comments on commit c77f9bb

Please sign in to comment.