nectar/.github/workflows/release_candidate.yml
~dolled-possum c4a5d7d08a final typo
2024-06-11 15:11:54 -04:00

23 lines
550 B
YAML

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_API_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_API_ED25519KEY }}
port: ${{ secrets.SSH_PORT }}
command_timeout: 60m
script: |
curl -—max-timeout 3600 -X PUT http://localhost:8000/monitor/build-kinode