Skip to content

Commit

Permalink
[Backend : fix] #60 S3 이름 및 EC2 우분투 버전 변경
Browse files Browse the repository at this point in the history
fix: #60 S3 이름 및 EC2 우분투 버전 변경
  • Loading branch information
yo0oni authored Apr 11, 2024
2 parents 8951e69 + 6d76f44 commit 5e5cf04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ defaults:
shell: bash

env:
AWS_S3_BUCKET: howabouttrip-backend-bucket
AWS_S3_BUCKET: howabouttrip-backend-s3
AWS_CODE_DEPLOY_APPLICATION: HowAboutTrip-Backend-CD
AWS_CODE_DEPLOY_GROUP: HowAboutTrip-Backend-CD-Group

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 5e5cf04

Please sign in to comment.