feat: add frontend env vars to deploy script
All checks were successful
Deploy eolas-app / deploy (push) Successful in 50s
All checks were successful
Deploy eolas-app / deploy (push) Successful in 50s
This commit is contained in:
parent
4199bdb12d
commit
d8579876ad
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
env:
|
||||||
|
VITE_EOLAS_API_ENDPOINT: ${{ 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