Skip to content

Commit

Permalink
CI/CD: EB 배포 pipeline 구축
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Jul 10, 2024
1 parent 61dc7d1 commit c64748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }}
region: 'ap-northeast-2'
application_name: 'suppin-dev'
environment_name: 'suppin-dev-env'
environment_name: 'Suppin-dev-env'
version_label: github-action-${{ steps.current-time.outputs.formattedTime }}
deployment_package: 'deploy/deploy.zip'
wait_for_deployment: false
Expand Down

0 comments on commit c64748a

Please sign in to comment.