zappyzep/.github/workflows/push-code.yml
laratheprotogen 0ff0115e3a
Some checks failed
Code quality checks / build (18.16) (push) Has been cancelled
Push code / build (push) Failing after 1s
Update .github/workflows/push-code.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:30:54 +00:00

18 lines
No EOL
331 B
YAML

name: Push code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: load ssh key
shell: bash
run: |
echo "${{secrets.ZAPPYZEP_KEY}}" >> id_ed25519
- name: connect to zappyzep
shell: bash
run: |
ssh -i id_ed25519 zappyzep@zappyzep.xyz /bin/bash
exit