mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 14:08:30 +02:00
6 lines
128 B
Bash
6 lines
128 B
Bash
#!/bin/bash
|
|
|
|
hugo -b 'https://demo-landing.qdrant.tech/'
|
|
|
|
rsync -avP ./public/ $1:./project/web-deployment/public/landing_demo/
|