From cc52b02c0f34bace5229ca75b2b9af1ce299afbd Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Thu, 5 Aug 2021 22:47:18 +0800 Subject: [PATCH] Debug CI --- .github/workflows/deploy.yaml | 9 ++++++--- themeConfig.js | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b1221102..0a10243e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,8 +15,11 @@ jobs: - name: Git Checkout Latest uses: actions/checkout@v2 - - name: deploy + - name: Install run: yarn install - - name: deploy - run: yarn run vue-cli-service build \ No newline at end of file + - name: Build + run: yarn run vue-cli-service build + + - name: Deploy + run: cp -rf ./dist/* /var/www/html/ \ No newline at end of file diff --git a/themeConfig.js b/themeConfig.js index 8faaed3d..996703d3 100644 --- a/themeConfig.js +++ b/themeConfig.js @@ -9,7 +9,7 @@ export const $themeBreakpoints = {} // APP CONFIG export const $themeConfig = { app: { - appName: 'Wallet', // Will update name in navigation menu (Branding) + appName: 'Ping.pub', // Will update name in navigation menu (Branding) // eslint-disable-next-line global-require appLogoImage: require('@/assets/images/logo/logo.svg'), // Will update logo in navigation menu (Branding) },