Skip to content

Commit 7b44a0f

Browse files
committed
Try testing deployment step
1 parent cab2e0d commit 7b44a0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,19 @@ deploy:
9797
local-dir: target/doc
9898
skip-cleanup: true
9999
# Set in the settings page of your repository, as a secure variable
100-
github-token: $WEBSITE_GITHUB_TOKEN
100+
github-token: BAD_TOKEN_DONT_PUSH
101101
keep-history: true
102102
on:
103-
branch: release
104-
condition: $DEPLOY_DOC=true
103+
branch: test-deployment
104+
condition: $DEPLOY_DOC = true
105105
- provider: pages
106106
repo: RustPython/demo
107107
target-branch: master
108108
local-dir: wasm/demo/dist
109109
skip-cleanup: true
110110
# Set in the settings page of your repository, as a secure variable
111-
github-token: $WEBSITE_GITHUB_TOKEN
111+
github-token: BAD_TOKEN_DONT_PUSH
112112
keep-history: true
113113
on:
114-
branch: release
115-
condition: $DEPLOY_DEMO=true
114+
branch: test-deployment
115+
condition: $DEPLOY_DEMO = true

0 commit comments

Comments
 (0)