Skip to content

Feature: add category parent #33

Feature: add category parent

Feature: add category parent #33

Workflow file for this run

on:
push:
branches:
- master
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2.3.2
- name: Composer Install
run: composer install --no-dev --no-scripts
- name: Composer Update
run: composer update
- name: Cache Clear
run: php artisan cache:clear
- name: Config Clear
run: php artisan config:clear
- name: Route Clear
run: php artisan route:clear
- name: πŸ“‚ Sync files
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: ftp.coolkapada.com
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
server-dir: /public_html/../coolkapada/