forked from cerc-io/cosmos-explorer
Debug CI
This commit is contained in:
parent
f259199101
commit
cc52b02c0f
9
.github/workflows/deploy.yaml
vendored
9
.github/workflows/deploy.yaml
vendored
@ -15,8 +15,11 @@ jobs:
|
|||||||
- name: Git Checkout Latest
|
- name: Git Checkout Latest
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: deploy
|
- name: Install
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: deploy
|
- name: Build
|
||||||
run: yarn run vue-cli-service build
|
run: yarn run vue-cli-service build
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
|
run: cp -rf ./dist/* /var/www/html/
|
@ -9,7 +9,7 @@ export const $themeBreakpoints = {}
|
|||||||
// APP CONFIG
|
// APP CONFIG
|
||||||
export const $themeConfig = {
|
export const $themeConfig = {
|
||||||
app: {
|
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
|
// eslint-disable-next-line global-require
|
||||||
appLogoImage: require('@/assets/images/logo/logo.svg'), // Will update logo in navigation menu (Branding)
|
appLogoImage: require('@/assets/images/logo/logo.svg'), // Will update logo in navigation menu (Branding)
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user