mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Disable deploy in Travis
This commit is contained in:
22
.travis.yml
22
.travis.yml
@@ -11,14 +11,14 @@ before_install:
|
||||
- sudo apt install -y xvfb
|
||||
script:
|
||||
- "xvfb-run ./build.sh"
|
||||
deploy:
|
||||
provider: s3
|
||||
access_key_id: XOJXX4IOM66XN7VZAFYX
|
||||
secret_access_key: $S3_SECRET_KEY
|
||||
bucket: clovervm
|
||||
local-dir: output-virtualbox-ovf
|
||||
acl: public_read
|
||||
on:
|
||||
all_branches: true
|
||||
skip_cleanup: true
|
||||
endpoint: https://ams3.digitaloceanspaces.com
|
||||
# deploy:
|
||||
# provider: s3
|
||||
# access_key_id: XOJXX4IOM66XN7VZAFYX
|
||||
# secret_access_key: $S3_SECRET_KEY
|
||||
# bucket: clovervm
|
||||
# local-dir: output-virtualbox-ovf
|
||||
# acl: public_read
|
||||
# on:
|
||||
# all_branches: true
|
||||
# skip_cleanup: true
|
||||
# endpoint: https://ams3.digitaloceanspaces.com
|
||||
|
||||
Reference in New Issue
Block a user