mirror of https://github.com/pedf-uk/seznamovak
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
406 B
YAML
18 lines
406 B
YAML
on: push
|
|
name: Deploy
|
|
jobs:
|
|
web-deploy:
|
|
name: Deploy
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Get latest source code
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Sync files
|
|
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
|
with:
|
|
server: seznamovak.pedf.cuni.cz
|
|
username: ${{ secrets.ftp_username }}
|
|
password: ${{ secrets.ftp_password }}
|
|
server-dir: www/
|