f all that just deploy
This commit is contained in:
@@ -38,8 +38,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy production
|
- name: Deploy production
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
run: |
|
run: ssh root@10.0.1.5 -t "cd /mnt && docker compose pull portal-ui portal-ui && docker compose up -d portal-ui portal-ui"
|
||||||
eval "$(ssh-agent -s)"
|
|
||||||
echo ${{ secrets.SSH_PRIVATE_KEY }}
|
|
||||||
ssh-keyscan -H 10.0.1.5 >> ~/.ssh/known_hosts
|
|
||||||
ssh root@10.0.1.5 -t "cd /mnt && docker compose pull portal-ui portal-ui && docker compose up -d portal-ui portal-ui"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user