mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge pull request #494 from PorktoberRevolution/master
Fix version files
This commit is contained in:
commit
896d4fe3d0
16
.travis.yml
16
.travis.yml
@ -21,16 +21,12 @@ deploy:
|
||||
script: python build-deploy/src/deploy.py --f "Distribution/Restock/.mod_data.yml" # Deploy RS package to spacedock, curse, github
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branches:
|
||||
only:
|
||||
- prod
|
||||
branch: prod
|
||||
- provider: script
|
||||
script: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy RS+ package to spacedock, curse, github
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branches:
|
||||
only:
|
||||
- prod
|
||||
branch: prod
|
||||
- provider: s3 # releases to S3
|
||||
access_key_id: $AWS_ACCESS_KEY_ID
|
||||
secret_access_key: $AWS_SECRET_ACCESS_KEY
|
||||
@ -41,9 +37,7 @@ deploy:
|
||||
region: us-east-2
|
||||
upload-dir: restock
|
||||
on:
|
||||
branches:
|
||||
only:
|
||||
- prod
|
||||
branch: prod
|
||||
- provider: s3 # releases to S3
|
||||
access_key_id: $AWS_ACCESS_KEY_ID
|
||||
secret_access_key: $AWS_SECRET_ACCESS_KEY
|
||||
@ -54,6 +48,4 @@ deploy:
|
||||
region: us-east-2
|
||||
upload-dir: restockplus
|
||||
on:
|
||||
branches:
|
||||
only:
|
||||
- prod
|
||||
branch: prod
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"NAME":"ReStockPlus",
|
||||
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/GameData/ReStockPlus/Versioning/ReStockPlus.version",
|
||||
"NAME":"ReStock",
|
||||
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version",
|
||||
"DOWNLOAD":"",
|
||||
"VERSION":
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"NAME":"ReStock",
|
||||
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/GameData/ReStockPlus/Versioning/ReStockPlus.version",
|
||||
"NAME":"ReStockPlus",
|
||||
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version",
|
||||
"DOWNLOAD":"",
|
||||
"VERSION":
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user