You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks . We are finding that the template below doesn't work. the stage parameter is just not taken into account on the hook (removed it on the example below) or the dist parameters.
Example error when trying the stage variable on dist
Error: ENOENT: no such file or directory, stat 'C:\dev\something\dist-${stage}'
Anything I m doing wrong?
Additional Data
name: something
component: website
stage: dev
provider:
name: aws
region: eu-central-1
stage: ${stage}
inputs: # The configuration the Component accepts
src:
src: ./src
hook: yarn run build:staging
dist: ./dist-${stage}
#domain: serverless.com
bucketName: ${stage}-${name}-code-bucket
indexDocument: index.html
errorDocument: error.html
The text was updated successfully, but these errors were encountered:
Description
Hi folks . We are finding that the template below doesn't work. the stage parameter is just not taken into account on the hook (removed it on the example below) or the dist parameters.
Example error when trying the stage variable on dist
Anything I m doing wrong?
Additional Data
The text was updated successfully, but these errors were encountered: