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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
fbe10e0d
Verified
Commit
fbe10e0d
authored
6 months ago
by
Bartek Jaskulski
Browse files
Options
Downloads
Patches
Plain Diff
fix: do not manually overwrite demo deploy definitions
Signed-off-by:
Bart Jaskulski
<
bjaskulski@protonmail.com
>
parent
72e1b4c4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gitlab-ci-shop.yml
+0
-9
0 additions, 9 deletions
gitlab-ci-shop.yml
includes/deploy/demo.yml
+0
-6
0 additions, 6 deletions
includes/deploy/demo.yml
with
0 additions
and
15 deletions
gitlab-ci-shop.yml
+
0
−
9
View file @
fbe10e0d
...
...
@@ -10,15 +10,6 @@ deploy to license:
when
:
on_success
allow_failure
:
true
deploy to demo NET
:
when
:
on_success
deploy to demo PL
:
when
:
on_success
deploy to demo octolize
:
when
:
on_success
update wpdesk plugins database
:
needs
:
-
deploy to shop
This diff is collapsed.
Click to expand it.
includes/deploy/demo.yml
+
0
−
6
View file @
fbe10e0d
...
...
@@ -63,9 +63,3 @@ deploy:demo:
script
:
-
rsync -rlDe "ssh -p $SSH_PORT" --delete "$CI_PROJECT_DIR/release/$CI_PROJECT_NAME" $SSH_DSN
-
'
curl
-X
POST
--data-urlencode
"payload={\"text\":
\"Projekt
<${CI_PROJECT_URL}|${CI_PROJECT_NAME}>
zdeployowany
do
<${CI_ENVIRONMENT_URL}|${CI_ENVIRONMENT_NAME}>
w
wersji
${CI_COMMIT_REF_NAME}\",
}"
https://hooks.slack.com/services/${SLACK_AUTH}'
# deploy to demo octolize:
# before_script:
# - echo "$DEMO_FS_SSH_KEY" | tr -d '\r' > ~/.ssh/id_rsa_demo_fs
# - chmod 0600 ~/.ssh/id_rsa_demo_fs
# - echo "$SSH_KNOWN_HOSTS" | tr -d '\r' > ~/.ssh/known_hosts
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