zappyzep/.github/workflows/push-code.yml
laratheprotogen 12752504d1
Some checks failed
Code quality checks / build (18.16) (push) Has been cancelled
Push code / build (push) Failing after 2s
Update .github/workflows/push-code.yml
2024-10-25 12:29:22 +00:00

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