Merge branch 'main' into fix/aws-ci

This commit is contained in:
Matt 2023-07-18 15:36:35 +01:00 committed by GitHub
commit dcc8323c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend/core
working-directory: ./backend/
environment: production
steps:

View File

@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend/core
working-directory: ./backend/
environment: production
steps:
@ -51,7 +51,7 @@ jobs:
# Build a docker container and
# push it to ECR so that it can
# be deployed to ECS.
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./core/Dockerfile
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT