read deploy key

This commit is contained in:
Audrey Jensen 2024-08-13 15:33:06 -05:00
parent e6c34925ef
commit 576ccdd9eb
No known key found for this signature in database

View File

@ -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