Skip to content

Add .odin deployment scripts - #1

Open
saravadeo wants to merge 4 commits into
masterfrom
odinify/SimpleSpringBootApplication
Open

Add .odin deployment scripts#1
saravadeo wants to merge 4 commits into
masterfrom
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

PropertyValue
LanguageLanguage.JAVA
Build ToolBuildTool.MAVEN
PackagingPackagingType.FAT_JAR

Module: SimpleSpringBootApplication

PropertyValue
Main ClassN/A
Artifactsample
Frameworkspring-boot
Start Commandjava -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 freeto 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

@saravadeo