Skip to content

Commit

Permalink
[Feat] cicd 설계 테스트 워크플로우 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 13, 2024
1 parent 1d0de2c commit d4bfdfe
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload iOS App Product
name: CI/CD Automation

on:
pull_request:
Expand All @@ -7,25 +7,21 @@ on:

push:
branches:
- cd-automation
- cicd-automation

jobs:
Distribute:
runs-on: macos-latest
environment: Configuration Files
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2

- name: Debug Directory Location
run: |
ls -la
- name: Install Tuist
run: |
bash <(curl -Ls https://install.tuist.io)
- name: Create Release.xcconfig
- name: Create Release & Debug Configuration Files
env:
BASE_URL: ${{ secrets.BASE_URL }}
KAKAO_API_KEY: ${{ secrets.KAKAO_API_KEY }}
Expand Down

0 comments on commit d4bfdfe

Please sign in to comment.