Skip to content

Commit

Permalink
[ci-cd] ai-server .env 자동 주입 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed May 15, 2024
1 parent 8720d8f commit bf9bd48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
username: ${{ secrets.DOCKER_ID }}
password: ${{ secrets.DOCKER_PASSWORD }}

- run : echo "${{ secrets.AI_ENV }}" > .

- name: Run scripts in server
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit bf9bd48

Please sign in to comment.