Formatted stuff #405

This commit is contained in:
2023-10-15 11:30:29 +02:00
parent 3a7daf8b42
commit be6361f619
226 changed files with 1083 additions and 3252 deletions

View File

@@ -24,17 +24,17 @@ jobs:
uses: https://github.com/actions/checkout@v3
- name: Shutdown stack
run: docker stack rm kdb_staging
run: docker stack rm sdb_staging
- name: Prepare bot build
run: |
cd kdb-bot
cd bot
pip install --extra-index-url https://pip.sh-edraft.de cpl-cli
cpl i
- name: Build docker bot
run: |
cd kdb-bot
cd bot
docker image prune -f
cpl docker-build
@@ -43,13 +43,13 @@ jobs:
- name: Prepare web build
run: |
cd kdb-web
cd web
npm install -g ts-node
npm i
- name: Build docker web
run: |
cd kdb-web
cd web
docker image prune -f
npm run docker-build
@@ -60,6 +60,6 @@ jobs:
portainer-username: "gitea_job"
portainer-password: "${{ secrets.docker_job }}"
portainer-endpoint: 2
name: kdb_staging
name: sdb_staging
file: ./docker-compose.staging.yml
variables: '{}'

View File

@@ -24,17 +24,17 @@ jobs:
uses: https://github.com/actions/checkout@v3
- name: Shutdown stack
run: docker stack rm kdb_prod
run: docker stack rm sdb_prod
- name: Prepare bot build
run: |
cd kdb-bot
cd bot
pip install --extra-index-url https://pip.sh-edraft.de cpl-cli
cpl i
- name: Build docker bot
run: |
cd kdb-bot
cd bot
docker image prune -f
cpl docker-build
@@ -43,13 +43,13 @@ jobs:
- name: Prepare web build
run: |
cd kdb-web
cd web
npm install -g ts-node
npm i
- name: Build docker web
run: |
cd kdb-web
cd web
docker image prune -f
npm run docker-build
@@ -60,6 +60,6 @@ jobs:
portainer-username: "gitea_job"
portainer-password: "${{ secrets.docker_job }}"
portainer-endpoint: 2
name: kdb_prod
name: sdb_prod
file: ./docker-compose.yml
variables: '{}'