Skip to content

Bug fix removed restaurant #7

Bug fix removed restaurant

Bug fix removed restaurant #7

Workflow file for this run

on:
push:
branches:
- master
name: πŸš€ Deploy fastbuka on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2.3.2
- name: Install npm packages
run: |
npm install
- name: Build application
run: |
npm run build