@@ -12,35 +12,10 @@ jobs:
1212 - uses : actions/checkout@v4
1313
1414 # TODO: 패키지 구조 변경 및 s3 배포에 따라 변경해야함
15- - uses : actions/setup-node@v4
16- with :
17- node-version : ' 20'
18- # cache: 'yarn'
19-
20- # fix from here
21- - name : Set Yarn version
22- run : |
23- corepack enable
24- yarn set version 3.8.1
25-
26- - name : Cache Yarn
27- uses : actions/cache@v4
28- with :
29- path : |
30- .yarn/cache
31- .yarn/releases
32- .yarn/plugins
33- .pnp.*
34- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
35- restore-keys : |
36- ${{ runner.os }}-yarn-
37-
38- - name : Install and Build
39- run : |
40- yarn install --immutable --immutable-cache
41- yarn web codegen
42- yarn web build
43- # fix to here
15+ # - uses: actions/setup-node@v4
16+ # with:
17+ # node-version: '20'
18+ # cache: 'yarn'
4419
4520 # - name: build
4621 # run: |
@@ -49,17 +24,15 @@ jobs:
4924 # yarn install --immutable --immutable-cache
5025 # yarn web codegen
5126 # yarn web build
52-
53-
5427
55- - name : scp
56- uses : appleboy/scp-action@v0.1.7
57- with :
58- host : ${{ secrets.SSH_HOST }}
59- username : ${{ secrets.SSH_USERNAME }}
60- key : ${{ secrets.SSH_PEM_KEY }}
61- port : ${{ secrets.SSH_PORT }}
62- source : ./apps/web/build/*
63- # TODO: 패키지 구조 변경에 따라 target 디렉토리도 변경해야함
64- target : ~/k8s/dialga/build
65- strip_components : 3
28+ # - name: scp
29+ # uses: appleboy/scp-action@v0.1.7
30+ # with:
31+ # host: ${{ secrets.SSH_HOST }}
32+ # username: ${{ secrets.SSH_USERNAME }}
33+ # key: ${{ secrets.SSH_PEM_KEY }}
34+ # port: ${{ secrets.SSH_PORT }}
35+ # source: ./apps/web/build/*
36+ # # TODO: 패키지 구조 변경에 따라 target 디렉토리도 변경해야함
37+ # target: ~/k8s/dialga/build
38+ # strip_components: 3
0 commit comments