Skip to content

Basic style entry (#21) #12

Basic style entry (#21)

Basic style entry (#21) #12

Workflow file for this run

name: Publish Website
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- run: |
yarn install
yarn build
- name: upload
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
with:
server: ${{ secrets.FTP_HOST }}
username: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASSWORD }}
port: 22
sftp_only: true
local_path: build/*
remote_path: www/matura/