2 changed files with 1 additions and 3 deletions
@ -1,5 +1,5 @@ |
|||
#!/bin/bash |
|||
|
|||
yarn prod |
|||
rsync -avz --delete --exclude '/apis/conn.conn' --exclude '.well-known' --exclude '/uploads' -e "ssh -i ./auth/identity.pem -p2222" ./dist/dslak-website/* cdr@2.238.194.8:/www/dslak.it/ |
|||
rsync -avz --delete --exclude '/apis/conn.conn' --exclude '/sitemap.xml' --exclude '.well-known' --exclude '/uploads' -e "ssh -i ./auth/identity.pem -p2222" ./dist/dslak-website/* cdr@2.238.194.8:/www/dslak.it/ |
|||
|
|||
|
@ -1,2 +0,0 @@ |
|||
<button (click)="download()">download</button> |
|||
{{sitemap}} |
Loading…
Reference in new issue