Skip to content

Commit

Permalink
Merge pull request #184 from ODOICHON/hotfix/#180
Browse files Browse the repository at this point in the history
fix: github actions ์ฝ”๋“œ ์ˆ˜์ •
  • Loading branch information
sangminlee98 authored Oct 17, 2023
2 parents 7d10f2f + bf4e09f commit ca0f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: contains(github.ref, 'develop')
run: |
aws deploy create-deployment \
--application-name duaily-deploy \
--application-name duaily-dev-deploy \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name ${{ secrets.DEPLOY_GROUP_DEV }} \
--s3-location bucket=${{ secrets.S3_BUCKET_NAME_DEV }},bundleType=zip,key=$PROJECT_NAME/$GITHUB_SHA.zip
Expand Down

0 comments on commit ca0f845

Please sign in to comment.