Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AkekoChan committed Mar 22, 2024
1 parent ee5d44b commit b10bbff
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ jobs:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get lastest code
uses: actions/checkout@v3
- name: 🚚 Get lastest code
uses: actions/checkout@v3

- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: "20"

- name: πŸ”¨ Build FrontEnd
run: |
cd client
npm install
npm run build
- name: πŸ”¨ Build FrontEnd
run: |
cd client
npm install
npm run build
- name: πŸ“ Sync File
- name: πŸ“ Sync File
uses: AkekoChan/flami-app
with:
server: ${{ secrets.GIT_CPANEL_SERVER }}
Expand Down

0 comments on commit b10bbff

Please sign in to comment.