Add .github/workflows/push-code.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
This commit is contained in:
parent
b800fbe741
commit
3f10d9d940
1 changed files with 13 additions and 0 deletions
13
.github/workflows/push-code.yml
vendored
Normal file
13
.github/workflows/push-code.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
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}})
|
Loading…
Add table
Reference in a new issue