Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Amplify Console creating new buckets on every deployment #226

Closed
tscole opened this issue Mar 31, 2021 · 1 comment
Closed

Amplify Console creating new buckets on every deployment #226

tscole opened this issue Mar 31, 2021 · 1 comment

Comments

@tscole
Copy link

tscole commented Mar 31, 2021

Each time we deploy to our production environment a new input bucket (and sometimes - but not always output buckets are being created).

Build settings:

version: 1
backend:
  phases:
    preBuild:
      commands:
        - npm install -g  amplify-category-video@3.3.0
    build:
      commands:
        - amplify plugin scan
        - '# Execute Amplify CLI with the helper script'
        - amplifyPush --simple
frontend:
  phases:
    preBuild:
      commands:
        - yarn install
    build:
      commands:
        - yarn run build
  artifacts:
    baseDirectory: dist
    files:
      - '**/*'
  cache:
    paths:
      - node_modules/**/*
@tscole
Copy link
Author

tscole commented Apr 1, 2021

Closing as duplicate of #141

@tscole tscole closed this as completed Apr 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant