Skip to content

Merge branch 'dev' of https://github.com/AkekoChan/flami-app into dev #5

Merge branch 'dev' of https://github.com/AkekoChan/flami-app into dev

Merge branch 'dev' of https://github.com/AkekoChan/flami-app into dev #5

Workflow file for this run

on:
push:
branches:
- main
name: πŸš€ Deploy website on
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: unbuntu-lastest
steps:

Check failure on line 11 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: 🚚 Get lastest code
uses: actions/checkout@v3
- 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 BackEnd
run: |
cd server
npm install
npm run start
- name: πŸ“ Sync File
uses: AkekoChan/flami-app
with:
server: