Skip to content

Commit

Permalink
📝docs : Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 23, 2024
1 parent a9a6203 commit 506c1e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
description: 'Service to deploy. Default is all \n options : \n - api-gateway \n - noti-service \n - user-service \n - weather-service \n - all'
required: true
default: 'all'
push:
branches:
- cicd/#61
- prod
# push:
# branches:
# - cicd/#61
# - prod

jobs:
build:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
port: ${{ secrets.EC2_SSH_PORT }}
timeout: 60s
script: |
export CONFIG_GIT_URI = ${{ secrets.DOCKERHUB_IMAGENAME }}
export CONFIG_GIT_URI = ${{ secrets.CONFIG_GIT_URI }}
export CONFIG_PASSPHRASE = ${{ secrets.CONFIG_PASSPHRASE }}
export CONFIG_PRIVATE_KEY = ${{ secrets.CONFIG_PRIVATE_KEY }}
Expand Down

0 comments on commit 506c1e3

Please sign in to comment.