Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
shells
signup-site
Commits
bbc2724d
Commit
bbc2724d
authored
Jul 23, 2017
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add nanobot notification to production deployments
parent
94a3d8bc
Pipeline
#377
passed with stages
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
No files found.
.gitlab-ci.yml
View file @
bbc2724d
...
...
@@ -58,7 +58,7 @@ deploy_to_production:
url
:
https://signup.insomnia247.nl
script
:
-
apt-get update
-
apt-get install -y -qq ruby
-
apt-get install -y -qq ruby
curl
-
'
which
ssh-agent
||
(apt-get
install
-y
-qq
openssh-client)'
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$SSH_PRIVATE_KEY")
...
...
@@ -69,3 +69,4 @@ deploy_to_production:
-
bash deployment/set_git_tag.sh
-
bash deployment/populate_config.sh
-
bash deployment/restart_application.sh
-
curl -XPOST nanoapi.insomnia247.nl/v1/message -d "key=$NANOBOT_API_KEY&dest=#shells@&message=Deployed new version of signup-site."
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