Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .do/deploy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ spec:
git:
branch: main
repo_clone_url: https://github.com/digitalocean/sample-spring-boot.git
instance_count: 1
instance_size_slug: apps-s-1vcpu-1gb
name: sample-springboot
2 changes: 2 additions & 0 deletions target/classes/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
spring.application.name=sample-spring-boot
server.port=8080
Comment on lines +1 to +2
Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

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

The target/ directory contains build artifacts that should not be committed to version control. Add target/ to .gitignore to prevent build outputs from being tracked.

Copilot uses AI. Check for mistakes.
Binary file not shown.
Binary file not shown.