This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tasker/tasker-client/amplify.yml

26 lines
531 B
YAML

version: 1.0
frontend:
phases:
preBuild:
commands:
- cd tasker-client
- npm ci
build:
commands:
- cd tasker-client
- npm run build
artifacts:
baseDirectory: tasker-client/.next
files:
- "**/*"
cache:
paths:
- tasker-client/node_modules/**/*
env:
variables:
# To be populated by GitHub Actions
NEXT_PUBLIC_API_BASE_URL: ""
NEXT_PUBLIC_COGNITO_USER_POOL_ID: ""
NEXT_PUBLIC_COGNITO_USER_POOL_CLIENT_ID: ""
S3_PUBLIC_IMAGE_URL: ""