You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git Action을 통한 heroku 배포
해당 링크를 참고하여 진행했으나 jenkins처럼 pipeline 쉘코드가 필요한 것으로 추측됩니다
(gradle로 배포하고 jar를 실행하는 부분)
heroku 에러 대처
buildpack이 설정되지 않으면 에러가 발생하므로 gradle로 설정해준다
heroku buildpacks:set heroku/gradle --app teamgu
gradlew 에러 발생
공식 문서
build.gradle 파일이 존재하는데도 불구하고 could not found가 뜨고 있다.
Added git remote heroku
› https://dashboard.heroku.com/terms-of-service
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-20 stack
remote: -----> Using buildpacks:
remote: 1. heroku/gradle
remote: 2. heroku/java
remote: -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/gradle.tgz
remote: Could not find a 'gradlew' script or a 'build.gradle' file! Please check that they exist and are commited to Git.
remote:
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to ***.
remote:
CODe5753
changed the title
Backend 서버 이전 작업
Backend 서버 이전 작업 & heroku CI/CD
Aug 29, 2021
기존 Backend 서버 지원 종료로 인하여 새로운 AWS EC2로 배포할 예정입니다.
현재 웹페이지에서 로그인 시도 시 서버 이전중이라는 메세지를 띄워 접속하지 못하게 하였습니다.
작업 리스트는 다음과 같습니다.
The text was updated successfully, but these errors were encountered: