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
|
- name: deploy stack
|
||||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||||
settings:
|
settings:
|
||||||
|
compose: docker-compose.prod.yml
|
||||||
stack: paystro_swarm-demo_autonomic_zone
|
stack: paystro_swarm-demo_autonomic_zone
|
||||||
host: swarm-demo.autonomic.zone
|
host: swarm-demo.autonomic.zone
|
||||||
deploy_key:
|
deploy_key:
|
||||||
@ -45,7 +46,6 @@ steps:
|
|||||||
REPOSITORY: "autonomic-cooperative/astro-payload-test"
|
REPOSITORY: "autonomic-cooperative/astro-payload-test"
|
||||||
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
|
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
|
||||||
depends_on:
|
depends_on:
|
||||||
# - publish astro container
|
|
||||||
- publish payload container
|
- publish payload container
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
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
|
NAME=astroad
|
||||||
|
|
||||||
PAYLOAD_URL=http://localhost:3003
|
PAYLOAD_PORT=3001
|
||||||
PAYLOAD_PORT=3003
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Infinite nerd depth settings, you probably don't need to change these #
|
# Infinite nerd depth settings, you probably don't need to change these #
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
/.env
|
||||||
data
|
data
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
@ -35,7 +35,6 @@ services:
|
|||||||
MONGODB_HOST: mongo
|
MONGODB_HOST: mongo
|
||||||
MONGODB_PASSWORD:
|
MONGODB_PASSWORD:
|
||||||
MONGODB_PORT: 27017
|
MONGODB_PORT: 27017
|
||||||
TOKEN: ${TOKEN}
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./payload/src:/base/src
|
- ./payload/src:/base/src
|
||||||
- ./astro/src/types.ts:/types.ts
|
- ./astro/src/types.ts:/types.ts
|
||||||
|
Loading…
Reference in New Issue
Block a user