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;