diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b339e0..ef9a4c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}