This commit is contained in:
parent
f2c77fe384
commit
0272d46d97
2 changed files with 3 additions and 3 deletions
|
@ -34,6 +34,5 @@ jobs:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
port: ${{ secrets.PORT }}
|
source: "public/*"
|
||||||
source: "tests/a.txt,tests/b.txt"
|
target: "/var/www/keskurse.de/"
|
||||||
target: your_server_target_folder_path
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
public/
|
Reference in a new issue