Skip to content

Commit

Permalink
deplop: 배포 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gn753 committed Mar 10, 2024
1 parent bcfeb19 commit c492e24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:
path: frontend/dist

deploy:
runs-on: [ self-hosted, dev ]
runs-on: [self-hosted, dev]
needs: build-and-upload

if: github.event.pull_request.merged

steps:
- name: delete old js file
run: rm -rf /home/ubuntu/frontend/dist
Expand Down

0 comments on commit c492e24

Please sign in to comment.