We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87bba2 commit 098336eCopy full SHA for 098336e
appveyor.yml
@@ -20,14 +20,6 @@ build_script:
20
21
test: off
22
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 ...
+deploy:
+ provider: Environment
+ name: CameraApp
0 commit comments