Skip to content

Commit

Permalink
chore: ci/cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Mar 12, 2024
1 parent 166c494 commit 9740e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-tag-changelog-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
with:
fetch-depth: 0 # fetch all history for all branches and tags
# https://medium.com/prompt/trigger-another-github-workflow-without-using-a-personal-access-token-f594c21373ef
ssh-key: "${{ secrets.COMMIT_KEY }}"

- name: Setup Tools
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: '2.1'

# https://docs.docker.com/compose/environment-variables/set-environment-variables/#compose-file

volumes:
db-data:

Expand Down

0 comments on commit 9740e2d

Please sign in to comment.