13 lines
No EOL
192 B
YAML
13 lines
No EOL
192 B
YAML
name: Push code
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: load ssh key
|
|
shell: bash
|
|
run: |
|
|
ssh-add <(echo ${{secrets.ZAPPYZEP_KEY}}) |