forked from audrey/intranet
read deploy key
This commit is contained in:
parent
e6c34925ef
commit
576ccdd9eb
@ -12,6 +12,8 @@ jobs:
|
|||||||
- run: echo "Pulling latest production code to C:\Symfony"
|
- run: echo "Pulling latest production code to C:\Symfony"
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
SSH-KEY: ${{secrets.read_key}}
|
||||||
- name: Copy files to project dir
|
- name: Copy files to project dir
|
||||||
run: |
|
run: |
|
||||||
mkdir C:\SymfonyRunner
|
mkdir C:\SymfonyRunner
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user