Skip to content

Commit

Permalink
Merge pull request #216 from read-a-perfume/feature/opt
Browse files Browse the repository at this point in the history
deploy 다시 재빌드
  • Loading branch information
gn753 authored Apr 6, 2024
2 parents 1beeb98 + 358e29d commit e256c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
needs: build-and-upload

steps:
- name: delete old js file
- name: 이전 파일 제거
run: rm -rf /home/ubuntu/frontend/dist

- name: download js file from artifact
- name: 아티팩트로부터 파일 다운로드
uses: actions/download-artifact@v3
with:
name: FrontendApplication
Expand Down

0 comments on commit e256c5d

Please sign in to comment.