Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open
cryptops
Commits
ee5eec81
Commit
ee5eec81
authored
Jan 04, 2018
by
Maarten de Waard
🤘🏻
Browse files
move deploy script to docs directory
parent
e95b5f64
Pipeline
#3274
failed with stages
in 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ee5eec81
...
...
@@ -27,11 +27,11 @@ deploy-master:
environment
:
name
:
master
url
:
$DOMAIN_NAME
only
:
-
'
/^master$/'
#
only:
#
- '/^master$/'
variables
:
SUBDOMAIN
:
'
DEFAULT'
script
:
-
apk update
-
apk add openssh-client rsync bash
-
./deploy.sh
-
./
docs/
deploy.sh
deploy.sh
→
docs/
deploy.sh
View file @
ee5eec81
...
...
@@ -14,5 +14,5 @@ chmod 700 ~/.ssh
# Upload site.
rsync
-r
--verbose
--compress
--delete
./
docs/
_build/html/
*
\
rsync
-r
--verbose
--compress
--delete
./_build/html/
*
\
"
${
FTP_USER
}
@ftp.greenhost.nl:
${
DOMAIN_NAME
}
/
${
SUBDOMAIN
}
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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