Skip to content

Commit

Permalink
Deploying to environment with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Nov 6, 2015
1 parent 677facd commit 93e50aa
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#os: Default Azure
os: test

skip_tags: true

Expand All @@ -18,14 +18,18 @@ test: off
#deploy_script:
# - ps: .\create-release.ps1

#deploy:
#- provider: WebDeploy
# server: https://ftp-test.scm.azurewebsites.net:443/msdeploy.axd?site=ftp-test
# website: ftp-test
# username: $ftp-test
# password:
# secure: rXrlAkNm0hNNQeUWN1bHWFKgqi5GLvQo0YJbithkG3/smINhmDF07ePn9I3FAbFeQotlOpT9jMA5b0/HiRAntA==
# remove_files: true

deploy:
- provider: WebDeploy
server: https://ftp-test.scm.azurewebsites.net:443/msdeploy.axd?site=ftp-test
website: ftp-test
username: $ftp-test
password:
secure: rXrlAkNm0hNNQeUWN1bHWFKgqi5GLvQo0YJbithkG3/smINhmDF07ePn9I3FAbFeQotlOpT9jMA5b0/HiRAntA==
remove_files: true
- provider: Environment
name: Web Deploy (WAWS)

#deploy:
#- provider: GitHub
Expand Down

0 comments on commit 93e50aa

Please sign in to comment.