Skip to content

Commit

Permalink
Merge pull request #3 from tracehubpm/2
Browse files Browse the repository at this point in the history
Rultor
  • Loading branch information
dukris authored Jan 15, 2024
2 parents 1e5831f + 9fa6795 commit 9b49b8b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
architect:
- h1alexbel
docker:
image: l3r8y/rultor-image:1.0.3
merge:
script: |
mvn clean install --errors
# @todo #2:60min Create release script to rultor configuration.
# We should create release script that will be executed by Rultor.com.
# Probably it can be a release inside the GitHub with a new tag,
# and build+push Docker image to the private Docker registry.
release:
script:
- "No release script for now"
# @todo #2:90min Create deploy script for rultor configuration.
# We should create deploy script that will deliver our Java software
# into some target platform. For now, we assuming that it will be
# Cloud VM with public IP, and SSH connection.

2 comments on commit 9b49b8b

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 9b49b8b Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2-24aad16a discovered in .rultor.yml) and submitted as #5. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 9b49b8b Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2-e54979ee discovered in .rultor.yml) and submitted as #6. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.