Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
W
www
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Progetti
www
Commits
afae642a
Commit
afae642a
authored
Feb 02, 2019
by
Pietro Saccardi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing rsync exe and specifying correct deps
parent
61768473
Pipeline
#507
canceled with stages
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.gitlab-ci.yml
.gitlab-ci.yml
+6
-0
No files found.
.gitlab-ci.yml
View file @
afae642a
...
...
@@ -23,6 +23,8 @@ staging:testing:
name
:
staging
url
:
https://www.test.mittelab.org
before_script
:
-
apt-get update -qq
-
apt-get install -qq -yy rsync
-
pipenv install
script
:
-
pipenv run lektor deploy -O www --key "${DEPLOY_KEY}" --username "${DEPLOY_USER}" testing
...
...
@@ -37,10 +39,14 @@ deploy:production:
name
:
deploy
url
:
https://www.mittelab.org
before_script
:
-
apt-get update -qq
-
apt-get install -qq -yy rsync
-
pipenv install
script
:
-
pipenv run lektor deploy -O www --key "${DEPLOY_KEY}" --username "${DEPLOY_USER}" production
only
:
-
master
when
:
manual
dependencies
:
-
build:lektor
Write
Preview
Markdown
is supported
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