Skip to content

Commit 098336e

Browse files
author
Cuiyajie
committed
Deploy Environment
1 parent b87bba2 commit 098336e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

appveyor.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ build_script:
2020

2121
test: off
2222

23-
environment:
24-
access_token:
25-
secure: ue0uX6/HSCQhoH4Xbb6nkXNsxcPpQrx7VgGjo2sfa3Ot5rn6r3/ZzQ9CK6WiROhP
26-
27-
on_success:
28-
- git config --global credential.helper store
29-
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):[email protected]`n"
30-
- git config --global user.email "[email protected] "
31-
- git config --global user.name "cuiyajie"
32-
- git commit ...
33-
- git push ...
23+
deploy:
24+
provider: Environment
25+
name: CameraApp

0 commit comments

Comments
 (0)