본문 바로가기
반응형

분류 전체보기3262

44. 작업 비활성화 ## 작업 비활성화시, 앞에 콤마(.) 생성 - 이전 단계의 종속성에 의존하지 않는다면 단순히 작업을 비활성화할 수 있습니다. .build website: .test artifact: ================================================= Sometimes you only may want to work on some specific jobs or in some specific stages, and when you're working on a specific stage, especially if it's towards the end, you don't really want for the entire thing to build and take so much time. So .. 2022. 2. 21.
43장. YAML 이해하기 ## YAML 이해하기 - 키와 값의 쌍 - 문자, 숫자 설정 가능 - True, False 설정 가능 - 목록 (List), 배열 (Array) 설정 가능 - 주석 (#) 허용 - JSON 은 주석 불가 - JSON 변환시 -----> List 도 Array 로 변경됨 person: name: John age: 29 isMale: true stuff: - laptop - car - bike food: [pizza, donuts, coke] friends: - name: Jane age: 19 - name: mike age: 22 { "person": { "name": "John", "age": 29, "isMale": true, "stuff": [ "laptop", "car", "bike" ], "fo.. 2022. 2. 21.
42장. YAML Overview Welcome to this new section where we will discuss Yamal Basics now the entire section is designed to give you an introduction to Yamal because so far we have used Yamal, but only just to help us to write the configuration that we needed. And we haven't really looked at what the angle is and how everything works together and why we have to write some things the way we have written them. So the id.. 2022. 2. 21.
41장. 요약 및 결론 Congratulation, this is the last lecture in dissection and yeah, I think we have done a good job because now we have gone over the most important features that get lab and get Lipsey offer us. I think one of the key takeaways in this one is especially related to environments and how we have to use them and that we have now the possibility of doing my request, deploying to dynamic environments, d.. 2022. 2. 21.
40장. before_script 및 after_script 구성 ## before_script 선택적 옵션 ## .gitlab-ci.yml image: node stages: - build - test - deploy review - deploy staging - deploy production - production tests cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ variables: STAGING_DOMAIN: aido-stg.surge.sh PRODUCTION_DOMAIN: aido-pro.surge.sh build website: stage: build only: - master - merge_requests script: - echo $CI_COMMIT_SHORT_SHA - npm install .. 2022. 2. 21.
39장. Destroying environments (Clean-up after the Merge Request) ## Master 로 Merge 진행시, 기존 Branch의 테스트 주소 삭제 작업 진행 ## .gitlab-ci.yml image: node stages: - build - test - deploy review - deploy staging - deploy production - production tests cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ variables: STAGING_DOMAIN: aido-stg.surge.sh PRODUCTION_DOMAIN: aido-pro.surge.sh build website: stage: build only: - master - merge_requests script: - echo $CI_COMMI.. 2022. 2. 21.
[장기투자의 힘] 100배 이상 올라버린 순대국!! 2022. 2. 21.
38장. 사용할 수 없는 환경 변수 문제 해결 Troubleshooting environment variables not being available Problem: Surge is not deploying. This solution is relevant if you are getting this message on the console output. The most likely cause for this is the environment variables not being available inside this branch. You can make sure this is the cause by using the echo command in your script. test job: script: - echo $SURGE_LOGIN Possible s.. 2022. 2. 20.
37장. Dynamic environments ## Deploy Review Job 추가 생성 - Branch 에서 소스변경 (feature/oky) - Master 로 Merge Requests 클릭 ## .gitlab-ci.yml image: node stages: - build - test - deploy review - deploy staging - deploy production - production tests cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ variables: STAGING_DOMAIN: aido-stg.surge.sh PRODUCTION_DOMAIN: aido-pro.surge.sh build website: stage: build only: - master - me.. 2022. 2. 20.
1 1 2022. 2. 20.
1 1 2022. 2. 20.
1 1 2022. 2. 20.
내일 삼성전자 주가불 기 둥 매수 타이밍 이때다!! https://www.youtube.com/watch?v=_UN-ogaw258 2022. 2. 20.
대형 소식 터졌습니다!!테슬라 손잡는다!!삼성전자결국 10만전자 갑니다!! https://www.youtube.com/watch?v=xRvDT0-YdRA 2022. 2. 20.
대형 소식 터졌습니다!“염블리” 염승환!난리 났습니다!!올해 주가 이렇게 간다!! https://www.youtube.com/watch?v=9Cl_4YqT-8s 2022. 2. 20.
삼성전자기쁜 소식 터졌습니다!!역대급 투자!!10만전자 무조건 갑니다! https://www.youtube.com/watch?v=6yCNdWg3ukc 2022. 2. 20.
삼성전자 배당금 터졌습니다!!“특별 보너스”10만전자 + 배당금 !! https://www.youtube.com/watch?v=l0LuUHSUl08 2022. 2. 20.
미국 증시 또 하락! 분할 매수하기 딱 좋은 시기네!! https://www.youtube.com/watch?v=Poom0kMbMM4 2022. 2. 20.
바이든 대통령 엄청난 발언했다!! 이게 사실이면 난리난다!! 삼성전자 이렇게 된다!! https://www.youtube.com/watch?v=P1TJTUO3V_k 2022. 2. 20.
미국 연준 fomc의사록 공개됐다!! 한국은행 난리났다!! 삼성전자 어떻게 되나!! https://www.youtube.com/watch?v=-H--N18Zh3c 2022. 2. 20.
[인텔의 전략] 드디어 나왔다!! 삼성전자 앞으로 어떻게 되나!! https://www.youtube.com/watch?v=-qBRxyyum2Y 2022. 2. 20.
1 1 2022. 2. 19.
1 1 2022. 2. 19.
1 1 2022. 2. 19.
1 1 2022. 2. 19.
1 1 2022. 2. 19.
1 1 2022. 2. 19.
1 1 2022. 2. 19.
1 1 2022. 2. 19.
1 1 2022. 2. 19.
반응형