env
This commit is contained in:
parent
bd549539e4
commit
1ca551a6b9
|
@ -33,7 +33,9 @@ jobs:
|
|||
- name: SSH into host down-up docker
|
||||
uses: appleboy/ssh-action@master
|
||||
env:
|
||||
KASSA_ID: ${{ secrets.KASSA_ID_DEV }}
|
||||
NUXT_PUBLIC_API_BASE: 'https://mns.kustarshina.ru/kp'
|
||||
NUXT_PUBLIC_IMG_BASE: 'https://mns.kustarshina.ru'
|
||||
NUXT_PUBLIC_BASE_URL: 'https://kupizabor.kustarshina.ru'
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
|
|
Loading…
Reference in New Issue