Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Commits
e9a6739b
Commit
e9a6739b
authored
5 years ago
by
plup
Browse files
Options
Downloads
Patches
Plain Diff
cicd: added etuc
parent
9a71edc4
No related branches found
No related tags found
1 merge request
!118
WIP: joined circle spawns in my circles
Pipeline
#5007
skipped with stage
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-0
17 additions, 0 deletions
.gitlab-ci.yml
with
17 additions
and
0 deletions
.gitlab-ci.yml
+
17
−
0
View file @
e9a6739b
...
...
@@ -113,6 +113,23 @@ alpha:
tags
:
-
deploy
etuc
:
stage
:
deployment
environment
:
name
:
etuc
url
:
https://app.digitalplatformobservatory.org
script
:
-
echo "$APP_CONFIG_DIGITALPLATFORMOBSERVATORY" > config.json
-
echo "$SSH_DEPLOY_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
-
npm install
-
npm run build
-
scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* etuc@ssh-etuc.happy-dev.fr:~/sib/www/
only
:
-
master
when
:
manual
tags
:
-
deploy
nantes
:
stage
:
deployment
environment
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment