Skip to content

Commit

Permalink
👷 [CHORE] workflow 파일에 redis 설정 #74
Browse files Browse the repository at this point in the history
  • Loading branch information
JinaKong authored Nov 8, 2023
1 parent b811b3b commit 0fe0b70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
DATABASE_PASSWORD: ${{secrets.DATABASE_PASSWORD}}
DATABASE_URL: ${{secrets.DATABASE_URL}}
SERVICE_KEY: ${{secrets.SERVICE_KEY}}
REDIS_HOST: ${{secrets.REDIS_HOST}}

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -78,4 +79,4 @@ jobs:
run: aws deploy create-deployment --application-name arthunter-codedeploy-app
--deployment-config-name CodeDeployDefault.OneAtATime
--deployment-group-name arthunter-codedeploy-deployment-group
--s3-location bucket=arthunter-s3-bucket,bundleType=zip,key=arthunter-build.zip
--s3-location bucket=arthunter-s3-bucket,bundleType=zip,key=arthunter-build.zip

0 comments on commit 0fe0b70

Please sign in to comment.