Merge branch 'dev' into github-actions/testing
This commit is contained in:
commit
05fa51603a
236 changed files with 10405 additions and 2452 deletions
19
.github/workflows/deployment.yml
vendored
Normal file
19
.github/workflows/deployment.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Deployment
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
name: Deploy with docker
|
||||
runs-on: [self-hosted, Linux, X64]
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Start docker
|
||||
run: docker compose -f compose.yml -f compose.prod.yml up --build -d
|
||||
|
2
.github/workflows/lint-action.yml
vendored
2
.github/workflows/lint-action.yml
vendored
|
@ -45,4 +45,4 @@ jobs:
|
|||
eslint: true
|
||||
eslint_args: '--config eslint.config.ts'
|
||||
prettier: true
|
||||
commit_message: 'style: fix linting issues met ${linter}'
|
||||
commit_message: 'style: fix linting issues met ${linter}'
|
Loading…
Add table
Add a link
Reference in a new issue