Skip to content

Commit

Permalink
chore: dev test
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 7d212d1 commit af17e08
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- chore/migration

env:
REGISTRY: "docker.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- chore/migration


env:
REGISTRY: "docker.io"
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ log/
credentials.json


layer-api/src/main/resources/tokens/StoredCredential
layer-api/src/main/resources/tokens/StoredCredential
layer-batch/src/main/resources/application-secret.properties
Binary file not shown.
Binary file added tokens/StoredCredential
Binary file not shown.

0 comments on commit af17e08

Please sign in to comment.