Skip to content

Commit

Permalink
Update deployment of bgt.st comments file
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Sep 20, 2023
1 parent 4f42ff1 commit 1c5f6d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
uses: appleboy/scp-action@master
with:
host: ${{ secrets.DEPLOY_HOST }}
port: 2299
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
source: "bgt.st"
target: "/var/www/html/"
target: "/var/www/search/"

deploy-fly:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ python gen-stork.py > stork.toml
stork --build stork.toml
```

then a github action builds and publishes `bgt.st` to https://comments.binaergewitter.de/bgt.st.
then a github action builds and publishes `bgt.st` to https://search.binaergewitter.de/bgt.st.
2 changes: 1 addition & 1 deletion serious/lib/site/views/_sidebar.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
console.log("start loading stork search");
stork.register(
'bgt',
'https://comments.binaergewitter.de/bgt.st'
'https://search.binaergewitter.de/bgt.st'
);
console.log("finshed loading stork search");
}
Expand Down

0 comments on commit 1c5f6d5

Please sign in to comment.