forked from PluralFlux/PluralFlux
Update .gitea/workflows/build-main.yml
All checks were successful
nodeJS remote worker / build (push) Successful in 45s
All checks were successful
nodeJS remote worker / build (push) Successful in 45s
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
engineering.sanya.gay/pluralflux/pluralflux:latest
|
engineering.sanya.gay/pluralflux/pluralflux:latest
|
||||||
|
|
||||||
- name: Deploy bot
|
- name: Deploy bot
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
@@ -42,5 +42,5 @@ jobs:
|
|||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
port: 22
|
port: 22
|
||||||
script: |
|
script: |
|
||||||
cd cd ${{ secrets.BOT_DIRECTORY }}
|
cd ${{ secrets.BOT_DIRECTORY }}
|
||||||
docker compose up -d pluralflux-prod
|
docker compose up -d pluralflux-prod
|
||||||
Reference in New Issue
Block a user