Skip to content

Commit

Permalink
[ci-cd] .env 파일명 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed May 15, 2024
1 parent bf9bd48 commit 693b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.DOCKER_ID }}
password: ${{ secrets.DOCKER_PASSWORD }}

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

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

0 comments on commit 693b75c

Please sign in to comment.