mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore(workflow): added project name env to vps deploy
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
name: Build & Deploy to VPS
|
name: Build & Deploy to VPS
|
||||||
'on':
|
|
||||||
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
env:
|
||||||
|
PROJECT_NAME: stacjownik
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -170,6 +170,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
handleMigrateInfo() {
|
handleMigrateInfo() {
|
||||||
|
if (location.hostname != 'stacjownik-td2.web.app') return;
|
||||||
if (StorageManager.getBooleanValue(MIGRATE_INFO_CARD_SEEN_KEY) === true) return;
|
if (StorageManager.getBooleanValue(MIGRATE_INFO_CARD_SEEN_KEY) === true) return;
|
||||||
|
|
||||||
this.isMigrateInfoCardOpen = true;
|
this.isMigrateInfoCardOpen = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user