Skip to content

Commit

Permalink
๐Ÿ‘ท CI/CD: dev_deploy.yml ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjin3395 committed Mar 12, 2024
1 parent 58d4cb2 commit bd9fb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
with:
aws_access_key: ${{ secrets.AWS_ACTION_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }}
application_name: cicd-test
environment_name: Cicd-test-env
application_name: thegoods-dev
environment_name: Thegoods-dev-env
version_label: github-action-${{ steps.current-time.outputs.formattedTime }}
region: ap-northeast-2
deployment_package: deploy/deploy.zip
Expand Down

0 comments on commit bd9fb33

Please sign in to comment.