-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,22 +15,22 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Download Student-service Jar archive | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "UniStudents/student-service" | ||
latest: true | ||
fileName: "student-service-full.jar" | ||
token: ${{ secrets.GH_TOK }} | ||
- name: Download eLearning-service Jar archive | ||
uses: robinraju/[email protected] | ||
with: | ||
repository: "UniStudents/elearning-service" | ||
latest: true | ||
fileName: "elearning-service-full.jar" | ||
token: ${{ secrets.GH_TOK }} | ||
- run: find ./libs -name "student-*.jar" -exec cp student-service-full.jar {} \; | ||
- run: find ./libs -name "elearning-*.jar" -exec cp elearning-service-full.jar {} \; | ||
# - name: Download Student-service Jar archive | ||
# uses: robinraju/[email protected] | ||
# with: | ||
# repository: "UniStudents/student-service" | ||
# latest: true | ||
# fileName: "student-service-full.jar" | ||
# token: ${{ secrets.GH_TOK }} | ||
# - name: Download eLearning-service Jar archive | ||
# uses: robinraju/[email protected] | ||
# with: | ||
# repository: "UniStudents/elearning-service" | ||
# latest: true | ||
# fileName: "elearning-service-full.jar" | ||
# token: ${{ secrets.GH_TOK }} | ||
# - run: find ./libs -name "student-*.jar" -exec cp student-service-full.jar {} \; | ||
# - run: find ./libs -name "elearning-*.jar" -exec cp elearning-service-full.jar {} \; | ||
|
||
- name: Deploy to Heroku | ||
uses: akhileshns/[email protected] # This is the Heroku deployment action | ||
|
Binary file renamed
BIN
+5.1 MB
...ervices/elearning/1.64/elearning-1.64.jar → ...ervices/elearning/1.65/elearning-1.65.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
student | ||
</artifactId> | ||
<version> | ||
1.64 | ||
1.65 | ||
</version> | ||
<description> | ||
Student service for UniStudents | ||
|
Binary file renamed
BIN
+8.59 MB
.../services/student/1.135/student-1.135.jar → .../services/student/1.136/student-1.136.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters