Skip to content

Commit

Permalink
build: github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
AkekoChan committed Mar 22, 2024
1 parent b251c23 commit 1bb9c7a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ jobs:
npm install
npm run build
- name: 🔨 Build BackEnd
run: |
cd server
npm install
npm run start
- name: 📁 Sync File
uses: AkekoChan/flami-app
with:
server:
server: ${{ secrets.GIT_CPANEL_SERVER }}
username: ${{ secrets.GIT_CPANEL_USER }}
password: ${{ secrets.GIT_CPANEL_PWD }}
protocol: ${{ secrets.GIT_CPANEL_PROTOCOL }}
local-dir: ./build/

0 comments on commit 1bb9c7a

Please sign in to comment.