diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2019-07-27 21:23:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-27 21:23:55 -0500 |
| commit | 131792d3d43558e69b95023b244714611751a856 (patch) | |
| tree | fd9fafecd25fbd66f0e4f8101f856c8cf68b790e | |
| parent | 56ddd024ebfdcbb8b7d4e5790cb422e51570248d (diff) | |
Add publish instructions to .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 14 |
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 |
