Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryddag authored Jun 12, 2018
1 parent 3408746 commit 97715d4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ shallow_clone: false

# environment variables
environment:
ftp_server:
secure: BrqC415xyPsANUoz2/9Tgg==
ftp_login:
secure: zZ7kmutQHO/bSXMna+hIzw==
ftp_pass:
secure: YaiYwmApbRrWPEDQ3r98og==
access_token:
secure: FCfA6NOUpYu23Acwkb5xfB0fI9iOtw7t7maO76F/0Qu0XTMAXnjLa33b8LUTahEY
github_email:
Expand Down Expand Up @@ -185,18 +179,6 @@ deploy:
force_update: true
on:
appveyor_repo_tag: true

# Deploy to FTP Releases
- provider: FTP
protocol: ftp
host: $(ftp_server)
username: $(ftp_login)
password: $(ftp_pass)
folder: static
artifact: Celeste_Launcher
beta: true
on:
appveyor_repo_tag: true

# scripts to run before deployment
before_deploy:
Expand Down

0 comments on commit 97715d4

Please sign in to comment.