aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf676152..0f68fe5a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -168,6 +168,20 @@ deploy windows i686:
artifacts:
paths:
- zip/
+
+# How to publish to S3/Wasabi:
+# - Ensure the following variables have been populated in the CI/CD settings:
+# - S3_ACCESS_KEY, S3_SECRET_KEY
+# - S3_MANIFESTS, S3_ARCHIVES
+# - Select "Run Pipeline" on the Pipelines menu on GitLab.
+# - Select the version you want to release.
+# - Set the following variables:
+# - MANIFEST: program_winnt_i386.json
+# - ARCHIVE_FULL: ao-X.Y.Z-win32.zip
+# - VERSION: X.Y.Z
+# - EXECUTABLE: Attorney_Online_X.Y.Z.exe
+# - Run the pipeline to completion.
+# (See scripts/wasabi.sh)
publish linux x86_64:
image: ubuntu