File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
3030 node-version : 18.x
3131 cache : ' yarn'
3232 - run : yarn install --frozen-lockfile
33- - run : yarn lint
34- - run : yarn test
33+ # - run: yarn lint
34+ # - run: yarn test
3535 - run : yarn bundle --isGcsBucket=true --outDir=dist/${{ inputs.environment }}
36+ - uses : actions/upload-artifact@v4
37+ with :
38+ name : frontend-dist-${{ inputs.environment }}
39+ path : ./dist/${{ inputs.environment }}/
3640 - uses : google-github-actions/setup-gcloud@v1
3741 - uses : google-github-actions/auth@v1
3842 with :
3943 credentials_json : ${{ secrets.SERVICE_ACCOUNT_KEY_JSON }}
40- - uses : actions/upload-artifact@v4
41- with :
42- name : frontend-dist-${{ inputs.environment }}
43- path : ./dist/${{ inputs.environment }}
4444 - run : gcloud auth activate-service-account ${{ secrets.SERVICE_ACCOUNT }} --key-file=$GOOGLE_GHA_CREDS_PATH
4545 - run : gsutil rsync -r -d ./dist/${{ inputs.environment }} ${{ secrets.GCP_BUCKET }}
You can’t perform that action at this time.
0 commit comments