Skip to content

Commit f0d29fa

Browse files
remove client_id and secret from deployments
1 parent 319714c commit f0d29fa

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

generator/templates/Deployment/_github/workflows/deploy.production.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
touch .env.production
4646
echo "NODE_ENV=production" >> .env.production
4747
echo "VUE_APP_ROOT_API=" >> .env.production
48-
echo "VUE_APP_CLIENT_SECRET=$CLIENT_SECRET" >> .env.production
49-
echo "VUE_APP_CLIENT_ID=$CLIENT_ID" >> .env.production
5048
echo "VUE_APP_SENTRY=" >> .env.production
5149
<%_ if (options.plugins.includes('analytics')) { _%>
5250
echo "VUE_APP_ANALYTICS=" >> .env.production

generator/templates/Deployment/_github/workflows/deploy.test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
touch .env.production
4646
echo "NODE_ENV=production" >> .env.production
4747
echo "VUE_APP_ROOT_API=" >> .env.production
48-
echo "VUE_APP_CLIENT_SECRET=$CLIENT_SECRET" >> .env.production
49-
echo "VUE_APP_CLIENT_ID=$CLIENT_ID" >> .env.production
5048
echo "VUE_APP_SENTRY=" >> .env.production
5149
echo "VUE_APP_ANALYTICS=" >> .env.production
5250
<%_ if (options.plugins.includes('analytics')) { _%>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-kingscode-scaffold",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)