Skip to content

Commit

Permalink
Merge pull request #145 from TUK-DP/chore/144
Browse files Browse the repository at this point in the history
[chore] deepl apikey cicd 설정
  • Loading branch information
rvbear authored Jun 14, 2024
2 parents a2ffa30 + c929dd7 commit fb662dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
sudo echo "${{ secrets.DOT_ENT_MYSQL }}" > .env-mysql
sudo echo "${{ secrets.DOT_ENT_NEO4J }}" > .env-neo4j
sudo echo "${{ secrets.DOT_ENT_S3 }}" > .env-s3
sudo echo "${{ secrets.DOT_ENT_DEEPL }}" > .env-s3
sudo docker rm -f ${{ secrets.REPOSITORY_NAME }} || true
sudo docker-compose -f docker-compose.yml -f docker-compose-prod.yml -p dp up -d --build
1 change: 1 addition & 0 deletions .github/workflows/hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
sudo echo "${{ secrets.DOT_ENT_MYSQL }}" > .env-mysql
sudo echo "${{ secrets.DOT_ENT_NEO4J }}" > .env-neo4j
sudo echo "${{ secrets.DOT_ENT_S3 }}" > .env-s3
sudo echo "${{ secrets.DOT_ENT_DEEPL }}" > .env-s3
sudo docker rm -f ${{ secrets.REPOSITORY_NAME }} || true
sudo docker-compose -f docker-compose.yml -f docker-compose-prod.yml -p dp up -d --build

0 comments on commit fb662dc

Please sign in to comment.