infra: add env vars for eolas listing
All checks were successful
Deploy Blog / deploy (push) Successful in 1m27s

This commit is contained in:
Thomas Bishop 2025-11-16 18:28:19 +00:00
parent b2aa71a33e
commit 82902eb454

View file

@ -11,6 +11,9 @@ jobs:
- run: npm install - run: npm install
- run: npm run build:posts - run: npm run build:posts
- run: npm run build - run: npm run build
env:
VITE_EOLAS_API_URL: ${{ vars.EOLAS_API_ENDPOINT }}
VITE_EOLAS_API_KEY: ${{ secrets.EOLAS_API_KEY }}
- run: | - run: |
echo "${{ secrets.VPS_DEPLOY_USER_SSH_KEY }}" > /tmp/ssh_key echo "${{ secrets.VPS_DEPLOY_USER_SSH_KEY }}" > /tmp/ssh_key
chmod 600 /tmp/ssh_key chmod 600 /tmp/ssh_key