Skip to content

Commit

Permalink
[FE] FIX: frontend env 서브모듈로 관리하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sichoi42 committed Oct 12, 2023
1 parent 25def56 commit 94f73a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/front-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
frontend-CI:
runs-on: ubuntu-latest
steps:
- name: Make ssh file
run: |
mkdir -p ~/.ssh
echo '${{ secrets.SSH_CONFIG }}' | base64 -d > ~/.ssh/id_rsa
chmod 400 ~/.ssh/id_rsa
- name: 체크아웃
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion config

0 comments on commit 94f73a6

Please sign in to comment.