From bf9bd48e8ff18c21843a84d25691cdcf84ea5fb5 Mon Sep 17 00:00:00 2001 From: JunRain Date: Wed, 15 May 2024 12:42:05 +0900 Subject: [PATCH] =?UTF-8?q?[ci-cd]=20ai-server=20.env=20=EC=9E=90=EB=8F=99?= =?UTF-8?q?=20=EC=A3=BC=EC=9E=85=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ai.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ai.yml b/.github/workflows/ai.yml index c990dfde..353fa884 100644 --- a/.github/workflows/ai.yml +++ b/.github/workflows/ai.yml @@ -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: