testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-26 21:54:22 +01:00
parent e8e2badc97
commit e95df8a708

View File

@@ -1,50 +1,6 @@
# kind: pipeline
# type: docker
# name: server_build_and_test
#
# trigger:
# branch:
# - main
# event:
# - push
#
# steps:
# - name: build_server
# image: node
# commands:
# - npm ci -w @calchat/shared
# - npm ci -w @calchat/server
# - npm run build -w @calchat/server
#
# - name: jest_server
# image: node
# commands:
# - npm run test -w @calchat/server
#
# ---
#
# kind: pipeline
# type: docker
# name: check_for_formatting
#
# trigger:
# branch:
# - main
# event:
# - push
#
# steps:
# - name: format_check
# image: node
# commands:
# - npm ci
# - npm run check_format
#
# ---
#
kind: pipeline kind: pipeline
type: docker type: docker
name: deploy_latest name: test_s3_upload
trigger: trigger:
branch: branch:
@@ -53,46 +9,10 @@ trigger:
- push - push
steps: steps:
# - name: upload_latest - name: create_dummy
# image: plugins/docker image: alpine
# settings:
# registry: gitea.gilmour109.de
# repo: gitea.gilmour109.de/gilmour109/calchat-server
# dockerfile: apps/server/docker/Dockerfile
# tags:
# - latest
# username:
# from_secret: gitea_username
# password:
# from_secret: gitea_password
#
# - name: deploy_to_vps
# image: appleboy/drone-ssh
# settings:
# host:
# - 10.0.0.1
# username: root
# password:
# from_secret: vps_ssh_password
# envs:
# - gitea_username
# - gitea_password
# port: 22
# command_timeout: 10m
# script:
# - docker login -u $GITEA_USERNAME -p $GITEA_PASSWORD gitea.gilmour109.de
# - docker pull gitea.gilmour109.de/gilmour109/calchat-server:latest
# - docker compose -f /root/calchat-mongo/docker-compose.yml up -d
- name: build_apk
image: gitea.gilmour109.de/gilmour109/eas-build:latest
environment:
EXPO_TOKEN:
from_secret: expo_token
commands: commands:
- npm ci - echo "test" > apps/client/calchat.apk
- npm run build -w @calchat/shared
- npm run -w @calchat/client build:apk
- name: upload_apk - name: upload_apk
image: plugins/s3 image: plugins/s3
@@ -103,14 +23,10 @@ steps:
from_secret: calchat_drone_garage_access_key from_secret: calchat_drone_garage_access_key
secret_key: secret_key:
from_secret: calchat_drone_garage_secret_key from_secret: calchat_drone_garage_secret_key
source: calchat.apk source: apps/client/calchat.apk
target: / target: /
path_style: true path_style: true
# depends_on:
# - server_build_and_test
# - check_for_formatting
--- ---
kind: pipeline kind: pipeline
@@ -173,4 +89,3 @@ steps:
files: files:
- calchat.apk - calchat.apk
title: ${DRONE_TAG} title: ${DRONE_TAG}