Further local dev tidying
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

Closes autonomic-cooperative/astro-payload-template#2
This commit is contained in:
3wc 2024-05-18 14:45:00 -03:00
parent a55798431b
commit 33f21b44d2
5 changed files with 5 additions and 6 deletions

View File

@ -31,6 +31,7 @@ steps:
- name: deploy stack
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
compose: docker-compose.prod.yml
stack: paystro_swarm-demo_autonomic_zone
host: swarm-demo.autonomic.zone
deploy_key:
@ -45,7 +46,6 @@ steps:
REPOSITORY: "autonomic-cooperative/astro-payload-test"
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
depends_on:
# - publish astro container
- publish payload container
trigger:
branch:

View File

@ -1,8 +1,7 @@
# This file is just for local dev; see <somewhere else> for live deployment
# This file is just for local dev; see .drone.yml for live deployment
NAME=astroad
PAYLOAD_URL=http://localhost:3003
PAYLOAD_PORT=3003
PAYLOAD_PORT=3001
##############################################################################
# Infinite nerd depth settings, you probably don't need to change these #

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
/.env
data
yarn-debug.log*
yarn-error.log*
yarn-error.log*

View File

@ -35,7 +35,6 @@ services:
MONGODB_HOST: mongo
MONGODB_PASSWORD:
MONGODB_PORT: 27017
TOKEN: ${TOKEN}
volumes:
- ./payload/src:/base/src
- ./astro/src/types.ts:/types.ts