Skip to content

Commit

Permalink
renames project name
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Oct 7, 2022
1 parent ef50409 commit b87d280
Show file tree
Hide file tree
Showing 49 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aws-kinesis-producer-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: aws-kinesis-producer-project
on:
push:
paths:
- "aws-kinesis-project/aws-kinesis-producer-project/**"
- "aws-kinesis-project/producer/**"
branches: [ main ]
pull_request:
paths:
- "aws-kinesis-project/aws-kinesis-producer-project/**"
- "aws-kinesis-project/producer/**"
types:
- opened
- synchronize
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "./aws-kinesis-project/aws-kinesis-producer-project"
working-directory: "./aws-kinesis-project/producer"
steps:
- uses: actions/checkout@v3
with:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:20-jdk-slim
VOLUME /tmp
ADD target/aws-kinesis-producer-project-0.0.1-SNAPSHOT.jar app.jar
ADD target/producer-0.0.1-SNAPSHOT.jar app.jar
RUN sh -c 'touch /app.jar'
ENV JAVA_OPTS="-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8787,suspend=n"
ENV SPRING_PROFILES_ACTIVE "default"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.sourceEncoding=UTF-8
sonar.projectKey=sonar_projectkey
sonar.organization=sonar_org
sonar.organization=rajadilipkolli
sonar.host.url=https://sonarcloud.io

sonar.sources=src/main/java
Expand Down

0 comments on commit b87d280

Please sign in to comment.