Skip to content

Update npm

Update npm #41

Workflow file for this run

on:
push:
branches:
- production
name: πŸš€ Deploy website on push
jobs:
FTP-Deploy-Action:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/[email protected]
- name: πŸ“‚ Sync files
uses: SamKirkland/FTP-Deploy-Action@master
with:
server: ${{ secrets.ftp_server }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
server-dir: www/
exclude: |
**/.git*
**/.git*/**
**/database/**
**/storage/**
**/tests/**
.editorconfig
.env.example
.gitattributes
.gitignore
.prettierignore
.prettierrc.json
README.md
artisan
docker-compose.yml
phpunit.xml
postcss.config.js
tailwind.config.js
vite.config.js