Add private key
This commit is contained in:
parent
cf69fc6860
commit
c4788fec12
3 changed files with 24 additions and 4 deletions
|
|
@ -1,8 +1,11 @@
|
|||
language: csharp
|
||||
solution: ./TShockAPI/TShockAPI.csproj
|
||||
solution: "./TShockAPI/TShockAPI.csproj"
|
||||
install:
|
||||
- nuget restore
|
||||
- nuget restore
|
||||
script: python ./scripts/create_release.py
|
||||
notifications:
|
||||
slack:
|
||||
secure: O4Nibe2fdaUa2ZxuETUg6WEoQKvNM2CotnfaIVgm3fjfe61dfE1P+EgTpbwDG8646jSmpTqMDw8Z6I/WJwGTlXV/ZQsbwu63Cps4MgOTvPHZ0Lsye5azySlJZs1iI4ItYSj2czXfcnJ+qAl1SOOkXJrjB5uyTMWtDpCrSCFB3MA=
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_1d7cd15ffdb4_key -iv $encrypted_1d7cd15ffdb4_iv
|
||||
-in ssh_private_key.enc -out ssh_private_key -d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue