infra: add env vars for eolas listing
All checks were successful
Deploy Blog / deploy (push) Successful in 1m27s
All checks were successful
Deploy Blog / deploy (push) Successful in 1m27s
This commit is contained in:
parent
b2aa71a33e
commit
82902eb454
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue