Skip to content

modify: #10 테스트를 위해 조건에 feature/ci-cd 브랜치 추가 #30

modify: #10 테스트를 위해 조건에 feature/ci-cd 브랜치 추가

modify: #10 테스트를 위해 조건에 feature/ci-cd 브랜치 추가 #30

Workflow file for this run

name: CI-CD
on:
push:
branches: [ "master" , "develop", "feature/ci-cd" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prepare secure key manager certKey file
run: |
echo ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} > t3team-skm-cert.txt
mkdir src/main/resources/key
base64 -d t3team-skm-cert.txt > src/main/resources/key/t3team-skm-cert.p12