Skip to content

Instantly share code, notes, and snippets.

@itsanishjain
Last active June 21, 2024 18:41
Show Gist options
  • Save itsanishjain/7b75aa206dcb5562631171e82fd68f9e to your computer and use it in GitHub Desktop.
Save itsanishjain/7b75aa206dcb5562631171e82fd68f9e to your computer and use it in GitHub Desktop.
zerops yml of shopify apps
zerops:
- setup: app
build:
base: nodejs@22
buildCommands:
- yarn install
- yarn run build
deployFiles:
- build
- drizzle
- package.json
- node_modules
run:
base: nodejs@22
envVariables:
PORT: 8081
SHOPIFY_APP_URL: ${zeropsSubdomain}
NODE_ENV: production
ports:
- port: 8081
httpSupport: true
start: npm run start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment