Skip to content

Add README

Add README #15

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@v4
- name: Push files
uses: wlixcc/[email protected]
with:
username: lukasneukom.ch
server: lx55.hoststar.hosting
port: 5544
remote_path: /elikia.ch/public_html/
password: ${{ secrets.FTP_PASSWORD }}