diff --git a/.github/workflows/aws-cicd-dev.yml b/.github/workflows/aws-cicd-dev.yml index 5f6144d7..1afea425 100644 --- a/.github/workflows/aws-cicd-dev.yml +++ b/.github/workflows/aws-cicd-dev.yml @@ -4,6 +4,7 @@ on: push: branches: - develop + - chore/migration env: REGISTRY: "docker.io" diff --git a/.github/workflows/aws-cicd-prod.yml b/.github/workflows/aws-cicd-prod.yml index 2f6dcf1e..66a96a4a 100644 --- a/.github/workflows/aws-cicd-prod.yml +++ b/.github/workflows/aws-cicd-prod.yml @@ -4,7 +4,7 @@ on: push: branches: - main - - chore/migration + env: REGISTRY: "docker.io" diff --git a/.gitignore b/.gitignore index 2548551d..e0630052 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,5 @@ log/ credentials.json -layer-api/src/main/resources/tokens/StoredCredential \ No newline at end of file +layer-api/src/main/resources/tokens/StoredCredential +layer-batch/src/main/resources/application-secret.properties \ No newline at end of file diff --git a/layer-batch/src/main/resources/tokens/StoredCredential b/layer-batch/src/main/resources/tokens/StoredCredential new file mode 100644 index 00000000..63b1c6c1 Binary files /dev/null and b/layer-batch/src/main/resources/tokens/StoredCredential differ diff --git a/tokens/StoredCredential b/tokens/StoredCredential new file mode 100644 index 00000000..63b1c6c1 Binary files /dev/null and b/tokens/StoredCredential differ