Skip to content

Commit

Permalink
Merge pull request #30 from BirthdayResearch/chloe/drafter
Browse files Browse the repository at this point in the history
chore(ops): modify docker path to correct server directory
  • Loading branch information
pierregee authored Mar 19, 2024
2 parents 3029924 + b9cf4cf commit ef49267
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 41 deletions.
47 changes: 20 additions & 27 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "🚀 Features"
labels:
- "kind/feature"
- title: "🐛 Bug Fixes"
labels:
- "kind/fix"
- title: "Maintenance"
labels:
- "kind/refactor"
- "kind/chore"
- "kind/docs"
- title: "Dependencies"
labels:
- "kind/dependencies"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&'
version-resolver:
minor:
labels:
- "kind/feature"
default: patch
template: |
## What’s Changed
name: Release Drafter

$CHANGES
on:
push:
branches: [main]

permissions:
contents: write
pull-requests: read

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@65c5fb495d1e69aa8c08a3317bc44ff8aabe9772 # v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion apps/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN pnpm fetch
RUN pnpm install -r --offline
RUN pnpm build

CMD node dist/main.js
CMD node apps/server/dist/main.js
13 changes: 0 additions & 13 deletions docker-compose.yml

This file was deleted.

0 comments on commit ef49267

Please sign in to comment.