Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
homepage
Commits
c41acb2f
Commit
c41acb2f
authored
Mar 19, 2019
by
Ben Gamari
🐢
Browse files
chown everything
parent
a9ef9dc0
Pipeline
#3710
failed with stages
in 114 minutes
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c41acb2f
...
...
@@ -67,7 +67,7 @@ deploy:
-
echo "$DEPLOY_KEY" > key
-
mkdir -p $HOME/.ssh
-
echo "webhost.haskell.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH2qKrYfhGC/7W/yLGjIkUPozDU+bJSNDFSrilUwyu8H5hbfSnlsBd/HvXvNc3TquDJ1T91J65AjGq+J+2F28Nw=" > $HOME/.ssh/known_hosts
-
chown 0600 $HOME/.ssh
/known_hosts
-
chown
-R
0600 $HOME/.ssh
-
nix run -f . -c rsync -rv -e "ssh -i ./key" _site/ ghc@webhost.haskell.org:/www-data/haskell.org/ghc
after_script
:
-
rm -f ./key
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment