diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-10-25 16:18:03 +0200 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-10-25 16:18:03 +0200 |
| commit | f4cc27f4aa673c68ec8baf4675b10f63998e40a3 (patch) | |
| tree | 964335d0eb9e1fae1e62abe13480277a1858ffe2 | |
| parent | 94d8a3699a9d15feb9787cc0bf9cdf9328f70666 (diff) | |
| download | website-f4cc27f4aa673c68ec8baf4675b10f63998e40a3.tar.gz | |
fix .build.yml
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ tasks: make - deploy: | sshopt="--rsh=ssh -o StrictHostKeyChecking=no" - rsync "$sshopt" -av --delete website/docs/ user-data@carbslinux.org:www/carbslinux.org + rsync "$sshopt" -av --delete website/public/ user-data@carbslinux.org:www/carbslinux.org |
