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
|
||||
tags: |
|
||||
engineering.sanya.gay/pluralflux/pluralflux:latest
|
||||
|
||||
|
||||
- name: Deploy bot
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
@@ -42,5 +42,5 @@ jobs:
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
port: 22
|
||||
script: |
|
||||
cd cd ${{ secrets.BOT_DIRECTORY }}
|
||||
cd ${{ secrets.BOT_DIRECTORY }}
|
||||
docker compose up -d pluralflux-prod
|
||||
Reference in New Issue
Block a user