Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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-pre-data
Commits
fbec03d4
Commit
fbec03d4
authored
May 05, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "fix deploy"
This reverts commit
13d8c285
.
parent
5b306418
Pipeline
#12464
passed with stages
in 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
18 deletions
+5
-18
.gitlab-ci.yml
.gitlab-ci.yml
+5
-18
No files found.
.gitlab-ci.yml
View file @
fbec03d4
...
...
@@ -55,7 +55,7 @@ server:
paths
:
-
dist
.
deploy
:
deploy
:
stage
:
deploy
dependencies
:
-
pack
...
...
@@ -65,29 +65,16 @@ server:
username
:
$MYCARD_USERNAME
password
:
$MYCARD_PASSWORD
appVersion
:
$CI_COMMIT_TAG
only
:
-
tags
deploy_ygopro
:
extends
:
.deploy
script
:
-
apt update; apt -y install tar zstd curl jq
-
git clone https://code.mycard.moe/mycard/mycard-package-script
-
cd mycard-package-script
-
./index.sh makeBuild ygopro-pre ../dist ||
true
#- ./index.sh makeBuild ygopro-pre-koishi ../dist || true
-
./index.sh makeBuild ygopro-pre-pro2 ../dist ||
true
-
cd ..
deploy_ygopro2
:
extends
:
.deploy
script
:
-
apt update; apt -y install tar zstd curl jq
-
mv field pics/
-
mv pics expansions/
-
mv script expansions/
-
git clone https://code.mycard.moe/mycard/mycard-package-script
-
cd mycard-package-script
-
./index.sh makeBuild ygopro-pre-pro2 ../expansions ||
true
-
cd ..
only
:
-
tags
.deploy_to_server
:
stage
:
deploy
...
...
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