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
Toggle navigation
Open sidebar
td1518
simplewebapp
Commits
7abbe05f
Commit
7abbe05f
authored
Jan 17, 2020
by
expectocode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary artifacts
parent
3fc7bcd5
Pipeline
#115330
passed with stages
in 4 minutes and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-4
No files found.
.gitlab-ci.yml
View file @
7abbe05f
...
...
@@ -25,13 +25,10 @@ gitlab-deploy:
-
systemctl --user stop simple-webapp.service
-
cp -r target/ /home/gitlab-runner/simple-webapp-deploy/
-
systemctl --user start simple-webapp.service
artifacts
:
paths
:
-
target/
heroku-deploy
:
stage
:
deploy
script
:
-
dpl --provider=heroku --app=vs3318-simplewebapp --api-key=$API_TOKEN
only
:
-
master
\ No newline at end of file
-
master
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