Giter Club home page Giter Club logo

Comments (3)

mrpacman101 avatar mrpacman101 commented on May 24, 2024 1

i just git ignored the default packer.env.json and config.json and created a sample.packer.env.json for the devs. This way they can just use the sample file and create their own locally. No need to mess around with local env variables.

from shopify-packer.

hayes0724 avatar hayes0724 commented on May 24, 2024

All packer values can be loaded from env values, the config file is not needed if your using env (example CI deploys). This needs to be documented better. Although not required, packer.config.json is ignored by default in packer theme.

@mrpacman101 This is the preferred method that I use. It's best to let each developer keep a local copy and have a sample file for them to populate.

The env values are located in src/env/packer-env.schema.js for reference (this should be added to the docs for CI use)

const commonPaths = require('../config/common-paths');

module.exports = {
  ...commonPaths,

  // The environment variable key which contains the name of the environment
  // Packer is running in
  'env.keys.name': 'PACKER_ENV',

  // The environment variable key which contains the myshopify.com URL to your
  // Shopify store
  'env.keys.store': 'PACKER_STORE',

  // The environment variable key which contains the API password generated from
  // a Private App
  'env.keys.password': 'PACKER_PASSWORD',

  // The environment variable key which contains the ID of the theme you wish to
  // upload files to
  'env.keys.id': 'PACKER_ID',

  // The environment variable key which contains a list of file patterns to
  // ignore, with each list item separated by ':'
  'env.keys.ignore': 'PACKER_IGNORE',

  // The environment variable key which contains a list of file patterns to
  // allow deployment to live themes
  'env.keys.live': 'PACKER_LIVE',
};

from shopify-packer.

JackCA avatar JackCA commented on May 24, 2024

@hayes0724 thank you, that helps a ton.

from shopify-packer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.