copied over the directory with the files inside when I only want the files

This commit is contained in:
Pagwin 2022-01-20 21:59:59 -05:00
parent 707f7dd194
commit ee1c6a7c11

View file

@ -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/*