chore(workflow): added project name env to vps deploy

This commit is contained in:
2025-12-11 01:43:01 +01:00
parent ce053a5a82
commit b72ee13bdb
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -170,6 +170,7 @@ export default defineComponent({
},
handleMigrateInfo() {
if (location.hostname != 'stacjownik-td2.web.app') return;
if (StorageManager.getBooleanValue(MIGRATE_INFO_CARD_SEEN_KEY) === true) return;
this.isMigrateInfoCardOpen = true;