hanbee1005 / springboot-aws

"스프링 부트와 AWS로 혼자 구현하는 웹 서비스" 책 따라하기
0 stars 0 forks source link

Travis에서 s3로 build 파일 전송 시 에러 #5

Open hanbee1005 opened 3 years ago

hanbee1005 commented 3 years ago

Skipping a deployment with the s3 provider because this branch is not permitted: main

main branch에 대한 허가가 없어서 배포를 스킵한다는 에러...

hanbee1005 commented 3 years ago
deploy:
  - provider: s3
    ...
    on:
      branch: main

위와 같이 branch에 대한 설정 추가