mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 06:45:41 +00:00
copied over the directory with the files inside when I only want the files
This commit is contained in:
parent
707f7dd194
commit
ee1c6a7c11
1 changed files with 2 additions and 2 deletions
4
.github/workflows/website-publish.yml
vendored
4
.github/workflows/website-publish.yml
vendored
|
@ -26,6 +26,6 @@ jobs:
|
|||
HOST: pagwin.xyz
|
||||
USER: website
|
||||
KEY: ${{secrets.SSH_KEY}}
|
||||
SOURCE: ./public
|
||||
TARGET: /var/www/pagwin.xyz/
|
||||
SOURCE: ./public/*
|
||||
TARGET: /var/www/pagwin.xyz/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue