Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Wang, Vincent H
simplewebapp
Commits
e6265a9e
Commit
e6265a9e
authored
Jan 24, 2021
by
Joshua Priestley
Browse files
Reverted back to Heroku deployment
parent
e5ca584c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e6265a9e
stages
:
-
compile
-
test
-
deploy
-
compile
-
test
-
deploy
compile
:
stage
:
compile
script
:
-
mvn compile
stage
:
compile
script
:
-
mvn compile
test
:
stage
:
test
script
:
-
mvn test
stage
:
test
script
:
-
mvn test
deploy
:
stage
:
deploy
script
:
-
mvn package
-
export PORT=5000
-
sudo nohup sh target/bin/simplewebapp &
stage
:
deploy
script
:
-
dpl --provider=heroku --app=jlp19-simplewebapp --api-key=$Heroku_API_Key
\ No newline at end of file
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