Skip to content

Commit

Permalink
πŸ“ Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 23, 2024
1 parent 506c1e3 commit 68d1522
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ on:
workflow_dispatch:
inputs:
service:
description: 'Service to deploy. Default is all \n options : \n - api-gateway \n - noti-service \n - user-service \n - weather-service \n - all'
description: 'Choose Service to deploy. Default is all.'
required: true
default: 'all'
type: choice
options:
- all
- api-gateway
- noti-service
- user-service
- weather-service
# push:
# branches:
# - cicd/#61
Expand Down

0 comments on commit 68d1522

Please sign in to comment.