fix false username in ci.yml
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
run: bun install
|
||||
- name: Build
|
||||
run: bun run build
|
||||
|
||||
|
||||
build-and-push-docker:
|
||||
needs: [build]
|
||||
runs-on: ubuntu-latest
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
with:
|
||||
host: rivercry.com
|
||||
port: 20022
|
||||
username: bot
|
||||
username: docker
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: |
|
||||
cd monitor-im-flur
|
||||
|
||||
Reference in New Issue
Block a user