forked from PluralFlux/PluralFlux
update build-main with SSH compose deploy
Some checks failed
nodeJS remote worker / build (push) Failing after 44s
Some checks failed
nodeJS remote worker / build (push) Failing after 44s
This commit is contained in:
@@ -32,4 +32,14 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
engineering.sanya.gay/pluralflux/pluralflux:latest
|
||||
engineering.sanya.gay/pluralflux/pluralflux:latest
|
||||
|
||||
- name: Deploy bot
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USER }}
|
||||
port: 22
|
||||
script: |
|
||||
cd /root/pluralflux-prod/PluralFlux
|
||||
docker compose up -d
|
||||
Reference in New Issue
Block a user