Skip to content

Commit 8f4c0f6

Browse files
committed
[#32]Build: 자동 배포 환경 변수 설정 테스트2
1 parent 7839a32 commit 8f4c0f6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ branches:
1313
# application 복호화하여 사용할 수있도록 하기
1414
# gradlew의 권한을 추가한다.
1515
before_install:
16-
- openssl aes-256-cbc -K $encrypted_f27943cb6563_key -iv $encrypted_f27943cb6563_iv
17-
-in application.tar.enc -out ./src/main/resources/application.tar -d
18-
- tar xvf ./src/main/resources/application.tar
1916
- chmod +x gradlew
2017

2118
# Travis CI 서버의 Home

0 commit comments

Comments
 (0)