Skip to content

Commit

Permalink
fix: workflow 오타 정정(#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
loopy-lim authored Oct 3, 2024
2 parents c669c61 + 3e5ebb0 commit e81bfac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3

####################################################################################################
# APPLY MODULE
####################################################################################################
####################################################################################################
# APPLY MODULE
####################################################################################################
- name: Apply 모듈 배포 스크립트 실행
uses: appleboy/ssh-action@master
with:
Expand All @@ -26,7 +26,7 @@ jobs:
script: |
cd ~/jnu-parking/Parking-Ticket-FE
git pull origin dev
pnpm install --frozen-lockfile --strict-peerp-dependencies --ignore-scripts
pnpm install --frozen-lockfile --strict-peer-dependencies --ignore-scripts
pnpm build:apply
- name: Apply 모듈 Slack 성공 알림
Expand Down Expand Up @@ -105,9 +105,9 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DEPLOY_WEBHOOK_URL }}

####################################################################################################
# MANAGER MODULE
####################################################################################################
####################################################################################################
# MANAGER MODULE
####################################################################################################
- name: Manager 모듈 배포 스크립트 실행
uses: appleboy/ssh-action@master
with:
Expand All @@ -118,7 +118,7 @@ jobs:
script: |
cd ~/jnu-parking/Parking-Ticket-FE
git pull origin dev
pnpm install --frozen-lockfile --strict-peerp-dependencies --ignore-scripts
pnpm install --frozen-lockfile --strict-peer-dependencies --ignore-scripts
pnpm build:manager
- name: Manager 모듈 Slack 성공 알림
Expand Down

0 comments on commit e81bfac

Please sign in to comment.