Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
zengshangxing
pre-release-database-cdb
Commits
7f26e5f1
Commit
7f26e5f1
authored
Oct 27, 2023
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tag only
parent
eef49688
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
.gitlab-ci.yml
.gitlab-ci.yml
+6
-4
No files found.
.gitlab-ci.yml
View file @
7f26e5f1
...
...
@@ -60,14 +60,14 @@ upload_archive:
variables
:
uploadDir
:
archive
only
:
-
master
-
tags
upload_data
:
extends
:
.minio
variables
:
uploadDir
:
data
only
:
-
master
-
tags
deploy
:
stage
:
deploy
...
...
@@ -78,7 +78,7 @@ deploy:
variables
:
username
:
$MYCARD_USERNAME
password
:
$MYCARD_PASSWORD
appVersion
:
$CI_COMMIT_
SHORT_SHA
appVersion
:
$CI_COMMIT_
REF_NAME
script
:
-
apt update; apt -y install tar zstd curl jq
-
git clone https://code.mycard.moe/mycard/mycard-package-script
...
...
@@ -87,7 +87,8 @@ deploy:
-
./index.sh makeBuild ygopro2-super-pre ../data ||
true
-
cd ..
only
:
-
master
# - master
-
tags
.deploy_to_server
:
stage
:
deploy
...
...
@@ -105,6 +106,7 @@ deploy:
-
rsync -4cavzP --exclude=pics --delete ./server-dist/ $SERVER_USER@$SERVER_HOST:~/ygopro-super-pre/expansions
only
:
-
master
-
tags
deploy_to_tiramisu
:
extends
:
.deploy_to_server
...
...
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