From 4b28ce2a315d6f29fabe18e2dcd0ca0ec814b243 Mon Sep 17 00:00:00 2001 From: Anusha-Kamma <87291540+Anusha-Kamma@users.noreply.github.com> Date: Sun, 25 Jul 2021 09:45:38 +0530 Subject: [PATCH 1/3] Add files via upload --- main.workflow | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main.workflow diff --git a/main.workflow b/main.workflow new file mode 100644 index 0000000..8a55bd6 --- /dev/null +++ b/main.workflow @@ -0,0 +1,8 @@ +workflow "New workflow" { + on = "push" + resolves = ["GitHub Action for npm"] +} + +action "GitHub Action for npm" { + uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680" +} From ad31ecee5426368a7bb6ae4faf308ae2ab3eb173 Mon Sep 17 00:00:00 2001 From: Anusha-Kamma <87291540+Anusha-Kamma@users.noreply.github.com> Date: Sun, 25 Jul 2021 09:48:53 +0530 Subject: [PATCH 2/3] Add files via upload --- .gitignore | 1 + Procfile | 1 + README.md | 3 ++- pom.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ test | 1 + 5 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 Procfile create mode 100644 pom.xml create mode 100644 test diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..e69342e --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: java $JAVA_OPTS -jar target/dependency/jetty-runner.jar --port $PORT target/*.war diff --git a/README.md b/README.md index 581ae95..fd0fd7b 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# JavaRepo \ No newline at end of file +# Simple Java Project +This is a demo project that you can use with [Buddy Continuous Deployment](https://buddy.works). diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..19f98e4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,55 @@ + + + 4.0.0 + works.buddy.samples + works-with-heroku + 1.0 + war + + + javax.servlet + servlet-api + 2.5 + provided + + + junit + junit + 4.12 + test + + + org.mockito + mockito-all + 1.10.19 + test + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.3 + + + package + copy + + + + org.eclipse.jetty + jetty-runner + 9.3.3.v20150827 + jetty-runner.jar + + + + + + + + + diff --git a/test b/test new file mode 100644 index 0000000..6e7ae51 --- /dev/null +++ b/test @@ -0,0 +1 @@ +THis is to Check Github Webhook Trigger 2 From d457ddaa5650957b3ba74e6ff29c7c8b3a9342f0 Mon Sep 17 00:00:00 2001 From: Anusha-Kamma <87291540+Anusha-Kamma@users.noreply.github.com> Date: Thu, 5 Aug 2021 15:03:46 +0530 Subject: [PATCH 3/3] Update test --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 6e7ae51..220010a 100644 --- a/test +++ b/test @@ -1 +1 @@ -THis is to Check Github Webhook Trigger 2 +Web application working