Update .gitea/workflows/build-main.yml
All checks were successful
nodeJS remote worker / build (push) Successful in 45s

This commit is contained in:
2026-02-28 17:20:30 +11:00
parent b8e155bcc5
commit e40c1266c2

View File

@@ -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