Fix rysnc source link

This commit is contained in:
Anthony Wang 2022-01-20 17:31:08 -06:00
parent 16f6559e54
commit a7bc008f04
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -16,4 +16,4 @@ pipeline:
commands:
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_KEY")
- rsync -e ssh -r public/* ta180m@localhost:/srv/http/pages/ta180m
- rsync -e ssh -r website/public/* ta180m@localhost:/srv/http/pages/ta180m