Skip to content

Commit

Permalink
fix(deploy): 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
마현우 committed Nov 17, 2023
1 parent c72c783 commit c39aede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- name: Build React App
run: yarn run build

- name: Check current directory
run: ls -a

deploy:
needs: build
runs-on: ubuntu-latest

steps:
- name: Check current directory
run: ls -a

- name: Deploy React App
uses: appleboy/scp-action@master
with:
Expand Down

0 comments on commit c39aede

Please sign in to comment.