Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Sep 20, 2023
1 parent 1c5f6d5 commit a9e428c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:
- run: chmod +x stork-ubuntu-22-04
- run: ./stork-ubuntu-22-04 build --input stork.toml --output bgt.st
- name: Deploy to bgt server
if: github.ref == 'refs/heads/main'
uses: appleboy/scp-action@master
with:
debug: true
host: ${{ secrets.DEPLOY_HOST }}
port: 2299
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
source: "bgt.st"
target: "/var/www/search/"
timeout: 1m

deploy-fly:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a9e428c

Please sign in to comment.