Skip to content

Commit

Permalink
⚙️ chore: 도커 리소스 정리 및 env 파일 생성
Browse files Browse the repository at this point in the history
jinddings authored Nov 7, 2024
1 parent 477db55 commit 47b9277
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -93,6 +93,9 @@ jobs:
key: ${{ secrets.NCP_SERVER_SSH_KEY }}
port: 22
script: |
docker system prune -af
echo "${{ secrets.ENV }}" > .env
docker pull ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}
docker stop juga-docker || true
docker rm juga-docker || true

0 comments on commit 47b9277

Please sign in to comment.