CI CD 썸네일형 리스트형 ssh 를 사용하여 배포시 서버측의 environment 를 불러오지 못하는 문제 (github action) 문제 https://github.com/innovationacademy-kr/swlabs-helper/ 프로젝트를 진행하며 github Action을 사용하여 CD 구현중에 생긴 이슈이다. name: remote ssh command for release deploy on: push: # main 브랜치에서만 작동합니다. branches: [main] paths-ignore: - 'README.md' - 'docs/**' jobs: build: name: Build runs-on: ubuntu-latest steps: - name: executing remote ssh commands using key uses: appleboy/ssh-action@master with: host: ${{ secrets... 더보기 이전 1 다음