This commit is contained in:
mhfowler 2021-09-08 15:47:18 +02:00
parent 4ca83d9b79
commit d876a7a002
3 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,3 @@
#!/usr/bin/env bash
npm run deploy
npm run build
rsync -avzh "ssh -i /home/.ssh/do_rsa2" /drive/computer/docs/canalswans.info/canalswans-gatsby/public/ root@147.182.177.135:/srv/canalswans.commoninternet.net/

2
olddeploy.sh Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
npm run deploy

View File

@ -57,7 +57,7 @@ body {
background-size: contain;
margin: auto;
// max-width: 720px;
max-width: 500px;
max-width: 630px;
padding-top: 75px;
width: 90%;
padding-bottom: 70px;