Skip to content

Commit

Permalink
hotfix : fix s3 upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
PMtHk committed Feb 27, 2024
1 parent 4ed8ad2 commit 5d97a4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
env:
IMAGE_TAG: ${{ github.sha }}
run: |
aws s3 cp --region ${{ secrets.AWS_REGION }} --acl private ./deploy-$IMAGE_TAG.zip |
s3://${{ secrets.AWS_S3_BUCKET_NAME }}
aws s3 cp ./deploy-$IMAGE_TAG.zip s3://${{ secrets.AWS_S3_BUCKET_NAME }}/deploy-$IMAGE_TAG.zip
- name: Trigger CodeDeploy
env:
Expand Down

0 comments on commit 5d97a4d

Please sign in to comment.