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