From d876a7a00218d98cbd6ba142c75be45134500395 Mon Sep 17 00:00:00 2001 From: mhfowler Date: Wed, 8 Sep 2021 15:47:18 +0200 Subject: [PATCH] 630px --- deploy.sh | 3 ++- olddeploy.sh | 2 ++ src/layouts/canalswans.scss | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 olddeploy.sh diff --git a/deploy.sh b/deploy.sh index 50c4445..7c3296f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,2 +1,3 @@ #!/usr/bin/env bash -npm run deploy \ No newline at end of file +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/ \ No newline at end of file diff --git a/olddeploy.sh b/olddeploy.sh new file mode 100755 index 0000000..50c4445 --- /dev/null +++ b/olddeploy.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +npm run deploy \ No newline at end of file diff --git a/src/layouts/canalswans.scss b/src/layouts/canalswans.scss index 5f052f4..6822dfc 100644 --- a/src/layouts/canalswans.scss +++ b/src/layouts/canalswans.scss @@ -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;