Skip to content

Commit

Permalink
Api-Release-v0.0.1
Browse files Browse the repository at this point in the history
CI : PROD ํ™˜๊ฒฝ CI/CD ํŒŒ์ดํ”„๋ผ์ธ ์ˆ˜์ •
  • Loading branch information
imenuuu authored May 25, 2024
2 parents 17d559f + dba20e7 commit 53974fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod_api_ci_cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dev Winey API Server CI/CD
name: PROD Winey API Server CI/CD

on:
push:
Expand Down Expand Up @@ -100,5 +100,5 @@ jobs:
environment_name: Winey-Api-Prod-env
version_label: winey-prod-api-${{steps.current-time.outputs.formattedTime}}-${{github.sha}}
region: ap-northeast-2
deployment_package: deploy/winey-prod-server-api-${{steps.current-time.outputs.formattedTime}}-${{github.sha}}.zip
deployment_package: deploy/winey-prod-api-${{steps.current-time.outputs.formattedTime}}-${{github.sha}}.zip
wait_for_deployment: false

0 comments on commit 53974fb

Please sign in to comment.