Skip to content

Commit

Permalink
fix: Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrny committed Sep 24, 2023
1 parent 5815796 commit 13f59c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
run: aws s3 cp --region ${{ secrets.AWS_REGION }} ./$GITHUB_SHA.zip s3://$S3_BUCKET_NAME/$GITHUB_SHA.zip

- name: Code Deploy
run: aws deploy create-deployment \
--deployment-config-name CodeDeployDefault.OneAtATime \
--application-name ${{ env.CODE_DEPLOY_APPLICATION_NAME }} \
--deployment-group-name ${{ env.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }} \
--s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$GITHUB_SHA.zip
run: aws deploy create-deployment
--application-name ${{ env.CODE_DEPLOY_APPLICATION_NAME }}
--deployment-config-name CodeDeployDefault.OneAtATime
--deployment-group-name ${{ env.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }}
--s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$GITHUB_SHA.zip

1 comment on commit 13f59c8

@vercel
Copy link

@vercel vercel bot commented on 13f59c8 Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

showoff-my-cats – ./

ssr-showoff-my-cats.vercel.app
showoff-my-cats-rayrny.vercel.app
showoff-my-cats-git-master-rayrny.vercel.app

Please sign in to comment.