Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pitva90 authored Nov 20, 2024
1 parent 3e5b22d commit a1fdc43
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy to Wedos FTP

on:
push:
tags:
- 'deploy-*'

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install FTP deploy action
uses: SamKirkland/FTP-Deploy-Action@v5

- name: FTP deploy
with:
ftp-server: ftp://294852.w52.wedos.net
ftp-username: w294852
ftp-password: N8y30:_uM
local-dir: ./ # Tento adresář se nahraje na server
server-dir: /www/subdom/schema-generator/ # Adresář na serveru, kam se soubory nahrají

0 comments on commit a1fdc43

Please # to comment.