mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
deployment attempt 3
This commit is contained in:
parent
5bdc5f4cce
commit
f9a1fa9d48
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
dotnet restore && dotnet publish -c Release
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set localdir=/home/travis/build/collinbarrett/FilterLists/src/FilterLists.Api/bin/Release/netcoreapp1.1/
|
||||
set ftpdir=/var/www/api.filterlists
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue