Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-cardtest-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-cardtest-web
Commits
c54d928c
Commit
c54d928c
authored
Feb 01, 2026
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy
parent
d7af8fce
Pipeline
#42787
failed with stage
in 24 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
5 deletions
+51
-5
.gitlab-ci.yml
.gitlab-ci.yml
+40
-0
angular.json
angular.json
+6
-0
package-lock.json
package-lock.json
+4
-4
package.json
package.json
+1
-1
No files found.
.gitlab-ci.yml
0 → 100644
View file @
c54d928c
stages
:
-
build
-
deploy
variables
:
GIT_DEPTH
:
"
1"
build
:
stage
:
build
dependencies
:
[]
tags
:
-
linux
script
:
-
npm ci
-
npm run build
artifacts
:
paths
:
-
dist/
deploy_to_server
:
stage
:
deploy
dependencies
:
-
build
tags
:
-
linux
variables
:
TARGET_HOST
:
hanasame.yuzurisa.com
TARGET_USER
:
root
FROM_DIR
:
./dist/ygopro-cardtest-web/browser/
TARGET_DIR
:
/root/nginx/sites/ygotest.yuzurisa.com
script
:
-
apt update && apt -y install openssh-client rsync coreutils
-
mkdir -p ~/.ssh
-
chmod 700 ~/.ssh
-
ssh-keyscan "$TARGET_HOST" >> ~/.ssh/known_hosts
-
echo "$NANAHIRA_SSH_KEY" | base64 --decode > ~/.ssh/id_rsa
-
chmod 600 ~/.ssh/*
-
rsync -4cavzP --delete "$FROM_DIR" "$TARGET_USER"@"$TARGET_HOST":"$TARGET_DIR"
only
:
-
main
angular.json
View file @
c54d928c
...
...
@@ -19,6 +19,12 @@
"options"
:
{
"browser"
:
"src/main.ts"
,
"tsConfig"
:
"tsconfig.app.json"
,
"externalDependencies"
:
[
"fs"
,
"path"
,
"crypto"
,
"util"
],
"assets"
:
[
{
"glob"
:
"**/*"
,
...
...
package-lock.json
View file @
c54d928c
...
...
@@ -16,7 +16,7 @@
"@angular/router"
:
"^21.1.0"
,
"bootstrap"
:
"^5.3.8"
,
"jszip"
:
"^3.10.1"
,
"koishipro-core.js"
:
"^1.0.
8
"
,
"koishipro-core.js"
:
"^1.0.
9
"
,
"rxjs"
:
"~7.8.0"
,
"sql.js"
:
"^1.13.0"
,
"tslib"
:
"^2.3.0"
...
...
@@ -7284,9 +7284,9 @@
}
},
"node_modules/koishipro-core.js"
:
{
"version"
:
"1.0.
8
"
,
"resolved"
:
"https://registry.npmjs.org/koishipro-core.js/-/koishipro-core.js-1.0.
8
.tgz"
,
"integrity"
:
"sha512-
esab/3lOfxijEpKHbl503mgfMEWQ/E5QI26yb13DY1VAlbF/FwCar2EDy1ULmnxINsLR5ptCv8EtJ4hZZ6RDi
A=="
,
"version"
:
"1.0.
9
"
,
"resolved"
:
"https://registry.npmjs.org/koishipro-core.js/-/koishipro-core.js-1.0.
9
.tgz"
,
"integrity"
:
"sha512-
Gd405x0Mr+TUZ5S4P1O7dtrOdbVmFohM5SKWBAnm7ihK1ix150mHaBVWnZKXsWga3sWA57GljRbPC4N+1rtiD
A=="
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@types/emscripten"
:
"^1.41.5"
,
...
...
package.json
View file @
c54d928c
...
...
@@ -32,7 +32,7 @@
"
@angular/router
"
:
"
^21.1.0
"
,
"
bootstrap
"
:
"
^5.3.8
"
,
"
jszip
"
:
"
^3.10.1
"
,
"
koishipro-core.js
"
:
"
^1.0.
8
"
,
"
koishipro-core.js
"
:
"
^1.0.
9
"
,
"
rxjs
"
:
"
~7.8.0
"
,
"
sql.js
"
:
"
^1.13.0
"
,
"
tslib
"
:
"
^2.3.0
"
...
...
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