Skip to content

Commit

Permalink
Merge pull request #4 from cau-likelion-org/design/layout
Browse files Browse the repository at this point in the history
[!Hotfix] github actions 문제 해결
  • Loading branch information
Ariling authored Dec 3, 2023
2 parents 54bc506 + 8141120 commit 9d449a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
env:
NEXT_PUBLIC_SERVER_URL: ${{ secrets.NEXT_PUBLIC_SERVER_URL }}
- name: zip create
run: zip -qq -r ./build.zip .
shell: bash
Expand All @@ -27,9 +29,6 @@ jobs:
- name: Upload to S3
run: |
aws s3 cp --region ap-northeast-2 ./build.zip s3://startlion-frontend-bucket/build.zip
- name: Load environment variables
run: |
source .env
- name: Deploy
run: aws deploy create-deployment
--application-name startlion-frontend-codeDeploy
Expand Down

0 comments on commit 9d449a5

Please sign in to comment.