This commit is contained in:
95
.drone.yml
95
.drone.yml
@@ -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
|
||||
type: docker
|
||||
name: deploy_latest
|
||||
name: test_s3_upload
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
@@ -53,46 +9,10 @@ trigger:
|
||||
- push
|
||||
|
||||
steps:
|
||||
# - name: upload_latest
|
||||
# image: plugins/docker
|
||||
# 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
|
||||
- name: create_dummy
|
||||
image: alpine
|
||||
commands:
|
||||
- npm ci
|
||||
- npm run build -w @calchat/shared
|
||||
- npm run -w @calchat/client build:apk
|
||||
- echo "test" > apps/client/calchat.apk
|
||||
|
||||
- name: upload_apk
|
||||
image: plugins/s3
|
||||
@@ -103,14 +23,10 @@ steps:
|
||||
from_secret: calchat_drone_garage_access_key
|
||||
secret_key:
|
||||
from_secret: calchat_drone_garage_secret_key
|
||||
source: calchat.apk
|
||||
source: apps/client/calchat.apk
|
||||
target: /
|
||||
path_style: true
|
||||
|
||||
# depends_on:
|
||||
# - server_build_and_test
|
||||
# - check_for_formatting
|
||||
|
||||
---
|
||||
|
||||
kind: pipeline
|
||||
@@ -173,4 +89,3 @@ steps:
|
||||
files:
|
||||
- calchat.apk
|
||||
title: ${DRONE_TAG}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user