Commit 68f49472 authored by Dennis Willers's avatar Dennis Willers 🏀

Name von Tabu auf Tabooh geändert und Version auf 2.2.1 angepasst

parent 89c47993
Pipeline #396 passed with stages
in 6 minutes and 16 seconds
......@@ -24,7 +24,7 @@ deploy-master:
script:
- ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/_tmp"
- ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/alt"
- scp -P2233 -r dist/Tabu/* root@willers.digital:/volume1/web/_tmp
- scp -P2233 -r dist/Tabooh/* root@willers.digital:/volume1/web/_tmp
- ssh -p 2233 root@willers.digital "mv /volume1/web/tabu/* /volume1/web/alt && mv /volume1/web/_tmp/* /volume1/web/tabu"
- ssh -p 2233 root@willers.digital "rm -rf /volume1/web/alt"
only:
......
......@@ -20,7 +20,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/Tabu",
"outputPath": "dist/Tabooh",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
......
This diff is collapsed.
{
"name": "tabooh",
"version": "2.2",
"version": "2.2.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
......
......@@ -8,7 +8,6 @@ import * as AOS from 'aos';
styleUrls: ['./app.component.scss']
})
export class AppComponent implements OnInit {
title = 'Tabu';
view = 'desktopView';
ngOnInit(): void {
......
......@@ -63,7 +63,7 @@
<br>
<div data-aos="zoom-out-right" data-aos-duration="250">
<mat-card class="transparent">
<mat-card-subtitle>Tabooh-Version: 2.2</mat-card-subtitle>
<mat-card-subtitle>Tabooh-Version: 2.2.1</mat-card-subtitle>
<mat-card-subtitle>Zuletzt geändert am: 11.04.2021</mat-card-subtitle>
<mat-card-content>
<button mat-raised-button color="primary" (click)="goToStartpage()">Zur Startseite</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment