Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Seungpang committed Sep 11, 2024
1 parent 67838b6 commit d47d960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/click-service-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ jobs:
sed "s,\${image},${{ env.IMAGE }},g" ./click-service/resources.yaml > deployment.yaml
kubectl apply -f ./deployment.yaml
kubectl apply -f ./click-service/hpa.yaml
2 changes: 2 additions & 0 deletions .github/workflows/transfer-service-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ jobs:
run: |
sed "s,\${image},${{ env.IMAGE }},g" ./transfer-service/resources.yaml > cronJob.yaml
kubectl apply -f ./cronJob.yaml

0 comments on commit d47d960

Please sign in to comment.