Skip to content

Update intro copy and meta again #48

Update intro copy and meta again

Update intro copy and meta again #48

Workflow file for this run

on:
push:
branches:
- main
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: Use Node with nvm
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: πŸ”¨ Build Project
run: |
npm install
npm run clean
npm run build
- name: πŸ“‚ Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.0
with:
server: sl340.web.hostpoint.ch
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./dist/
server-dir: /www/frameone.ch/