Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blue-row-jumbo-true.js « test - github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e564a2dfacc573fab1dc00ebd8824dbdd9087c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
  ci: {
    collect: {
      url: [
        'http://localhost:1313/'
        ],
      startServerCommand: 'cd exampleSite && HUGO_ENV=production && hugo server --config ../test/blue-row-jumbo-true-config.toml --baseUrl="http://localhost:1313"',
    },
    upload: {
      target: 'temporary-public-storage',
    },
  },
};