Add build and publish steps #3

Merged
chimeudeonwop merged 53 commits from feature/setup-workflow-pipeline into main 2025-11-04 18:20:11 +00:00
6 changed files with 324 additions and 2 deletions
Showing only changes of commit 08c6f33ef4 - Show all commits

View File

@ -100,7 +100,8 @@ jobs:
- name: Publish frontend .next build to server
env:
SSH_PUBLIC_KEY: ${{ secrets.SSH_PUBLIC_KEY }}
#SSH_PUBLIC_KEY: ${{ secrets.SSH_PUBLIC_KEY }}
SSH_PUBLIC_KEY: ${{ vars.SSH_PUBLIC_KEY }}
SERVER_IP: ${{ vars.SERVER_IP }}
DOMAIN_NAME: ${{ vars.DOMAIN_NAME }}
run: |