Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Tabu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Tabu
Commits
68f49472
Commit
68f49472
authored
Apr 11, 2021
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Changes
6
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
13701 deletions
+4
-13701
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
angular.json
angular.json
+1
-1
package-lock.json
package-lock.json
+0
-13696
package.json
package.json
+1
-1
app.component.ts
src/app/app.component.ts
+0
-1
impressum.component.html
src/app/impressum/impressum.component.html
+1
-1
No files found.
.gitlab-ci.yml
View file @
68f49472
...
@@ -24,7 +24,7 @@ deploy-master:
...
@@ -24,7 +24,7 @@ deploy-master:
script
:
script
:
-
ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/_tmp"
-
ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/_tmp"
-
ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/alt"
-
ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/alt"
-
scp -P2233 -r dist/Tab
u
/* root@willers.digital:/volume1/web/_tmp
-
scp -P2233 -r dist/Tab
ooh
/* 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 "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"
-
ssh -p 2233 root@willers.digital "rm -rf /volume1/web/alt"
only
:
only
:
...
...
angular.json
View file @
68f49472
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
"build"
:
{
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:browser"
,
"builder"
:
"@angular-devkit/build-angular:browser"
,
"options"
:
{
"options"
:
{
"outputPath"
:
"dist/Tab
u
"
,
"outputPath"
:
"dist/Tab
ooh
"
,
"index"
:
"src/index.html"
,
"index"
:
"src/index.html"
,
"main"
:
"src/main.ts"
,
"main"
:
"src/main.ts"
,
"polyfills"
:
"src/polyfills.ts"
,
"polyfills"
:
"src/polyfills.ts"
,
...
...
package-lock.json
deleted
100644 → 0
View file @
89c47993
This diff is collapsed.
Click to expand it.
package.json
View file @
68f49472
{
{
"name"
:
"tabooh"
,
"name"
:
"tabooh"
,
"version"
:
"2.2"
,
"version"
:
"2.2
.1
"
,
"scripts"
:
{
"scripts"
:
{
"ng"
:
"ng"
,
"ng"
:
"ng"
,
"start"
:
"ng serve"
,
"start"
:
"ng serve"
,
...
...
src/app/app.component.ts
View file @
68f49472
...
@@ -8,7 +8,6 @@ import * as AOS from 'aos';
...
@@ -8,7 +8,6 @@ import * as AOS from 'aos';
styleUrls
:
[
'
./app.component.scss
'
]
styleUrls
:
[
'
./app.component.scss
'
]
})
})
export
class
AppComponent
implements
OnInit
{
export
class
AppComponent
implements
OnInit
{
title
=
'
Tabu
'
;
view
=
'
desktopView
'
;
view
=
'
desktopView
'
;
ngOnInit
():
void
{
ngOnInit
():
void
{
...
...
src/app/impressum/impressum.component.html
View file @
68f49472
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<br>
<br>
<div
data-aos=
"zoom-out-right"
data-aos-duration=
"250"
>
<div
data-aos=
"zoom-out-right"
data-aos-duration=
"250"
>
<mat-card
class=
"transparent"
>
<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-subtitle>
Zuletzt geändert am: 11.04.2021
</mat-card-subtitle>
<mat-card-content>
<mat-card-content>
<button
mat-raised-button
color=
"primary"
(click)=
"goToStartpage()"
>
Zur Startseite
</button>
<button
mat-raised-button
color=
"primary"
(click)=
"goToStartpage()"
>
Zur Startseite
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment