zappyzep/.github/workflows/push-code.yml
laratheprotogen c149a08fc8
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:28:25 +00:00

18 lines
No EOL
319 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
exit