Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
7145d9c6
Commit
7145d9c6
authored
4 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
feature(devel): deploy plugins to
https://devel.wpdesk.dev
parent
024df148
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/deploy.yml
+1
-1
1 addition, 1 deletion
includes/deploy.yml
with
1 addition
and
1 deletion
includes/deploy.yml
+
1
−
1
View file @
7145d9c6
...
...
@@ -208,7 +208,7 @@ deploy to devel:
-
chmod 0600 ~/.ssh/id_rsa_devel
-
echo "$SSH_KNOWN_HOSTS" | tr -d '\r' > ~/.ssh/known_hosts
script
:
-
rsync -v --delete -rlDe 'ssh -p 22 -v -i ~/.ssh/id_devel' ${CI_PROJECT_DIR}/release/${CI_PROJECT_NAME} devel@tests.wpdesk.org:/home/devel/www/wp-content/plugins
-
rsync -v --delete -rlDe 'ssh -p 22 -v -i ~/.ssh/id_
rsa_
devel' ${CI_PROJECT_DIR}/release/${CI_PROJECT_NAME} devel@tests.wpdesk.org:/home/devel/www/wp-content/plugins
-
'
curl
-X
POST
--data-urlencode
"payload={\"text\":
\"Projekt
<https://gitlab.com/wpdesk/${CI_PROJECT_NAME}|${CI_PROJECT_NAME}>
zdeployowany
na
https://devel.wpdesk.dev\",
}"
https://hooks.slack.com/services/${SLACK_AUTH}'
only
:
-
devel
...
...
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