mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 10:05:42 +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
|
HOST: pagwin.xyz
|
||||||
USER: website
|
USER: website
|
||||||
KEY: ${{secrets.SSH_KEY}}
|
KEY: ${{secrets.SSH_KEY}}
|
||||||
SOURCE: ./public
|
SOURCE: ./public/*
|
||||||
TARGET: /var/www/pagwin.xyz/
|
TARGET: /var/www/pagwin.xyz/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue