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 cf9cddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ 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 }}
Expand Down

0 comments on commit cf9cddc

Please sign in to comment.