Skip to content

Commit

Permalink
Merge pull request #347 from kinode-dao/develop
Browse files Browse the repository at this point in the history
develop 0.8.0
  • Loading branch information
dr-frmr committed Jun 10, 2024
2 parents afc3655 + 0598537 commit 577ca64
Show file tree
Hide file tree
Showing 211 changed files with 14,323 additions and 7,028 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: rust release-candidate CI

on:
push:
branches: [ release-candidate ]

jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60

steps:
- name: build and deploy kinode
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_ED25519KEY }}
port: ${{ secrets.SSH_PORT }}
command_timeout: 60m
script: |
cd ~
./build-kinode.sh
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ target/
wit/
**/target/
**/wit/
**/wit-*/
**/*.wasm
.vscode
.app-signing
Expand All @@ -10,8 +11,6 @@ wit/
*.swo
*.zip
/home
packages/**/pkg/*.wasm
packages/**/wit
*/**/node_modules
.env
kinode/src/bootstrapped_processes.rs
Expand Down
Loading

0 comments on commit 577ca64

Please sign in to comment.