Skip to content

Commit

Permalink
push cookbooks to branch directory instead of s3 bucket root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dil07 authored and Bellardia committed Jan 18, 2024
1 parent 1dfe272 commit 324ac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compress-cookbooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Upload to S3
run: aws s3 cp ${{ github.workspace }}/../cookbooks.tar.gz s3://ssm.jumbledev.com/cookbooks.tar.gz
run: aws s3 cp ${{ github.workspace }}/../cookbooks.tar.gz s3://ssm.jumbledev.com/${{ github.ref_name }}/cookbooks.tar.gz

0 comments on commit 324ac40

Please sign in to comment.