generated from autonomic-cooperative/astro-payload-template
Further local dev tidying
Closes autonomic-cooperative/astro-payload-template#2
This commit is contained in:
parent
a55798431b
commit
33f21b44d2
@ -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:
|
||||
|
@ -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 #
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/.env
|
||||
data
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user