Skip to content

Commit

Permalink
Merge pull request #94 from urbancamo/develop
Browse files Browse the repository at this point in the history
 - updated EC2 environment name
  • Loading branch information
urbancamo authored Jun 15, 2024
2 parents a9fe302 + 2074d3e commit a1cb837
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>uk.m0nom</groupId>
<artifactId>adif-processor</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<name>ADIF Processor</name>
<url>https://github.com/urbancamo/adif-processor</url>
Expand Down
17 changes: 17 additions & 0 deletions src/doc/DEVOPS.md
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

0 comments on commit a1cb837

Please sign in to comment.