Skip to content

It is worthy to mention deployment script modifications for VERSION.txt in the documentation #40

@Romanior

Description

@Romanior

As many would use ember-cli-deploy, VERSION.txt should go in separate step, e.g.

// ./config/deploy.js
  let ENV = {
    pipeline: {
      alias: {
        s3: { as: ['s3-version', 's3'] },
      },
    's3-version': {
      bucket: '***',
      region: '**',
      filePattern: 'VERSION.txt',
      cacheControl: 'max-age=0, no-cache',
      expires: 1525781737
    },
...
    },

It is good idea to have the same bucket as index file.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions