Skip to content

Add .odin deployment scripts#1

Open
saravadeo wants to merge 4 commits intomasterfrom
odinify/SimpleSpringBootApplication
Open

Add .odin deployment scripts#1
saravadeo wants to merge 4 commits intomasterfrom
odinify/SimpleSpringBootApplication

Conversation

@saravadeo
Copy link
Copy Markdown
Owner

Summary

Auto-generated .odin/ deployment lifecycle scripts for this repository.

Generated by Odin Onboarder.

Detected Configuration

Property Value
Language Language.JAVA
Build Tool BuildTool.MAVEN
Packaging PackagingType.FAT_JAR

Module: SimpleSpringBootApplication

Property Value
Main Class N/A
Artifact sample
Framework spring-boot
Start Command java -jar app.jar

Files Generated

  • .odin/SimpleSpringBootApplication/post-deploy.sh
  • .odin/SimpleSpringBootApplication/pre-deploy.sh
  • .odin/SimpleSpringBootApplication/setup.sh
  • .odin/SimpleSpringBootApplication/start.sh

Action Required

Please review the generated scripts and verify:

  1. The artifact name/path in start.sh is correct
  2. The start command matches how you run the app today
  3. Add any pre-deploy tasks (e.g., migrations) to pre-deploy.sh
  4. Add any post-deploy tasks (e.g., smoke tests) to post-deploy.sh
  5. Add any image setup tasks to setup.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant