Skip to content

refactor(manifest): update display to avoid empty top bar design #95

refactor(manifest): update display to avoid empty top bar design

refactor(manifest): update display to avoid empty top bar design #95

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@v3
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: '20.11.1'
- name: 🔨 Build Project
run: |
yarn install
yarn run build
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ${{ vars.FTP_HOST }}
username: ${{ vars.FTP_USER }}
password: ${{ secrets.RETROSKI_PASSWORD }}
local-dir: ./dist/
server-dir: ./