Skip to content

Commit

Permalink
Merge pull request #344 from Binaergewitter/update-search-build
Browse files Browse the repository at this point in the history
switch back to download from cdn and latest
  • Loading branch information
fliiiix committed May 18, 2021
2 parents 11acebc + 9f6f419 commit 0e66a10
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
with:
python-version: '3.x'
- run: python gen-stork.py > stork.toml
- run: wget https://github.com/jameslittle230/stork/releases/download/v1.2.0/stork-ubuntu-latest
- run: chmod +x stork-ubuntu-latest
- run: ./stork-ubuntu-latest --build stork.toml
- run: wget https://files.stork-search.net/releases/latest/stork-ubuntu-20-04
- run: chmod +x stork-ubuntu-20-04
- run: ./stork-ubuntu-20-04 --build stork.toml
- name: Deploy to bgt server
if: github.ref == 'refs/heads/master'
uses: appleboy/scp-action@master
with:
host: ${{ secrets.DEPLOY_HOST }}
Expand Down

0 comments on commit 0e66a10

Please sign in to comment.