You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
156 B

  1. #! /bin/bash
  2. rm -f .env.production
  3. touch .env.production
  4. filename="./.env.production"
  5. cat>"${filename}"<<EOF
  6. ENV = 'production'
  7. VUE_APP_BASE_API = ''
  8. EOF