-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from urbancamo/develop
- updated EC2 environment name
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# DEVOPS Notes | ||
|
||
## Publishing to Maven Central | ||
|
||
Publishing to Maven Central is done via GitHub Actions. The access username and password are stored in the `~/.m2/settings.xml` file, and also in the GitHub secrets: https://github.com/urbancamo/adif-processor/settings/secrets/actions `OSSRH_USERNAME` and `OSSRH_PASSWORD`. | ||
|
||
Location of adif-processor on maven central is: https://central.sonatype.com/artifact/uk.m0nom/adif-processor | ||
|
||
## Upgrading Java Version on Elastic Beanstalk | ||
|
||
To configure the new environment: | ||
|
||
- Configure service access: set existing service role: `aws-elasticbeanstalk-service-role`, EC2 key pair: `aws-eb` and EC2 instance profile: `aws-elasticbeanstalk-ec2-role` | ||
|
||
Additional environment variables most be set: | ||
- QRZ_USERNAME | ||
- QRZ_PASSWORD |