adding env variable

This commit is contained in:
Chris Hall 2022-09-16 09:24:35 -07:00
parent 77fce86936
commit aa410164fe

View File

@ -25,6 +25,7 @@ jobs:
security-events: write security-events: write
env: env:
DEPLOY_HOST: 206.189.96.198 DEPLOY_HOST: 206.189.96.198
DEPLOY_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
steps: steps:
- name: ssh - name: ssh
run: | run: |