Add publish instructions to .gitlab-ci.yml
This commit is contained in:
parent
56ddd024eb
commit
131792d3d4
@ -169,6 +169,20 @@ deploy windows i686:
|
|||||||
paths:
|
paths:
|
||||||
- zip/
|
- 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:
|
publish linux x86_64:
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
stage: publish
|
stage: publish
|
||||||
|
Loading…
Reference in New Issue
Block a user