Skip to content

Commit

Permalink
Dev/order (#206)
Browse files Browse the repository at this point in the history
* modify faker library logging level

* 주석 추가

* number of orders for specific service API

* modify service image upload api, add attribute on service image relations

* black, isort

* 인프라 문제 해결될 때 까지 CI/CD 비활성화

* 정상화

* github actions script 수정

* 오타 수정

* deploy만 테스트

* deploy만 테스트 2
  • Loading branch information
Scanf-s authored Jan 25, 2025
1 parent e2f2406 commit 8b25e8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ jobs:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_SSH_KEY }}
script: ./deploy.sh
script: |
export ECR_REGISTRY=${{ steps.login-ecr.outputs.registry }}
export ECR_REPOSITORY=${{ secrets.ECR_REPOSITORY_NAME }}
export IMAGE_TAG=${{ github.sha }}
./deploy.sh
- name: 배포 결과 확인
if: always()
Expand Down

0 comments on commit 8b25e8d

Please sign in to comment.