Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chelsea-EYDS committed May 6, 2024
1 parent 64da346 commit b47ac7a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- name: Run migrations
run: make aws-run-migrator

- name: Deploy seeder
run: make aws-deploy-seeder
# - name: Deploy seeder
# run: make aws-deploy-seeder

- name: Run seeder
run: make aws-run-seeder
# - name: Run seeder
# run: make aws-run-seeder

- name: Deploy all
run: make aws-deploy-all
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export PROJECT := pcc
export APP_VERSION := $(shell cat apps/backend/package.json | jq '.version' -r)
export API_VERSION := $(API_VERSION)
# Environment
export ENV_NAME ?= local
export ENV_NAME ?= dev
export PCC_SFTP := "$(PCC_SFTP)"
export BCM_SFTP := "$(BCM_SFTP)"
export POSTGRES_USERNAME := $(AWS_POSTGRES_USERNAME)
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ services:
- AWS_DEFAULT_REGION=${AWS_REGION}
- SBC_USERNAME=${SBC_USERNAME}
- SBC_SHARED_INBOX=${SBC_SHARED_INBOX}

- YARN_VERSION=3.2.3
- AWS_ENDPOINT=http://minio:9000
volumes:
Expand Down
2 changes: 2 additions & 0 deletions docs/plans_for_automated_deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Propose the following for automating deployments:
Tools
Tools is our “sandbox” environment and should be used for testing out potentially breaking changes, and also for deploying PR’s to ensure they build without error before we merge onto main. It makes sense to keep these deployments manual.

*note:* if you are deploying this project for the first time you must uncomment the lines for running the seeder lambda as this will be required for a new env

Tools Deployments:
local cli using Makefile cmds

Expand Down

0 comments on commit b47ac7a

Please sign in to comment.