Skip to content

Commit

Permalink
Feat: workflow ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma0 authored Nov 28, 2023
1 parent 1711d27 commit af41463
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
deploy:
Expand Down Expand Up @@ -44,4 +47,4 @@ jobs:
--application-name LikeKNU
--deployment-config-name CodeDeployDefault.AllAtOnce
--deployment-group-name LikeKNU-Deployment-group
--s3-location bucket=like-knu-bucket,key=archive/$GITHUB_SHA.zip,bundleType=zip
--s3-location bucket=like-knu-bucket,key=archive/$GITHUB_SHA.zip,bundleType=zip

0 comments on commit af41463

Please sign in to comment.