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
|
script: python build-deploy/src/deploy.py --f "Distribution/Restock/.mod_data.yml" # Deploy RS package to spacedock, curse, github
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branches:
|
branch: prod
|
||||||
only:
|
|
||||||
- prod
|
|
||||||
- provider: script
|
- provider: script
|
||||||
script: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy RS+ package to spacedock, curse, github
|
script: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy RS+ package to spacedock, curse, github
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branches:
|
branch: prod
|
||||||
only:
|
|
||||||
- prod
|
|
||||||
- provider: s3 # releases to S3
|
- provider: s3 # releases to S3
|
||||||
access_key_id: $AWS_ACCESS_KEY_ID
|
access_key_id: $AWS_ACCESS_KEY_ID
|
||||||
secret_access_key: $AWS_SECRET_ACCESS_KEY
|
secret_access_key: $AWS_SECRET_ACCESS_KEY
|
||||||
@ -41,9 +37,7 @@ deploy:
|
|||||||
region: us-east-2
|
region: us-east-2
|
||||||
upload-dir: restock
|
upload-dir: restock
|
||||||
on:
|
on:
|
||||||
branches:
|
branch: prod
|
||||||
only:
|
|
||||||
- prod
|
|
||||||
- provider: s3 # releases to S3
|
- provider: s3 # releases to S3
|
||||||
access_key_id: $AWS_ACCESS_KEY_ID
|
access_key_id: $AWS_ACCESS_KEY_ID
|
||||||
secret_access_key: $AWS_SECRET_ACCESS_KEY
|
secret_access_key: $AWS_SECRET_ACCESS_KEY
|
||||||
@ -54,6 +48,4 @@ deploy:
|
|||||||
region: us-east-2
|
region: us-east-2
|
||||||
upload-dir: restockplus
|
upload-dir: restockplus
|
||||||
on:
|
on:
|
||||||
branches:
|
branch: prod
|
||||||
only:
|
|
||||||
- prod
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"NAME":"ReStockPlus",
|
"NAME":"ReStock",
|
||||||
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/GameData/ReStockPlus/Versioning/ReStockPlus.version",
|
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version",
|
||||||
"DOWNLOAD":"",
|
"DOWNLOAD":"",
|
||||||
"VERSION":
|
"VERSION":
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"NAME":"ReStock",
|
"NAME":"ReStockPlus",
|
||||||
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/GameData/ReStockPlus/Versioning/ReStockPlus.version",
|
"URL":"https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version",
|
||||||
"DOWNLOAD":"",
|
"DOWNLOAD":"",
|
||||||
"VERSION":
|
"VERSION":
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user