From 95df817fd2d15d1701ce6cc63ac999f707ae2f69 Mon Sep 17 00:00:00 2001 From: Selim Gozel Date: Mon, 28 Apr 2025 16:49:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fad3bf..636333e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,11 @@ -pages: +stages: + - build - tags: +upload_to_server: + stage: build + image: wiimart-page-updater:latest + tags: - shell - stage: deploy - script: - - mkdir public - - cp -r *.html CNAME README.md *.ico media meta wad public - artifacts: - paths: - - WiiMart-github-io - only: - - main + script: + - ./WiiMartOrgSernder.sh \ No newline at end of file