nectar/.github/workflows/release_candidate.yml

23 lines
529 B
YAML
Raw Normal View History

name: rust release-candidate CI
on:
push:
branches: [ release-candidate ]
jobs:
deploy:
runs-on: ubuntu-latest
2024-06-08 00:19:56 +03:00
timeout-minutes: 60
steps:
- name: build and deploy kinode
uses: appleboy/ssh-action@master
with:
2024-06-11 20:57:12 +03:00
host: ${{ secrets.SSH_API_HOST }}
username: ${{ secrets.SSH_USER }}
2024-06-11 20:57:12 +03:00
key: ${{ secrets.SSH_API_ED25519KEY }}
port: ${{ secrets.SSH_PORT }}
2024-06-08 03:34:08 +03:00
command_timeout: 60m
script: |
2024-06-11 22:17:45 +03:00
curl -X PUT http://localhost:8000/monitor/build-kinode