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 323 additions and 2 deletions
Showing only changes of commit ff6c9b1927 - Show all commits

View File

@ -102,7 +102,7 @@ jobs:
env:
SSH_PUBLIC_KEY: ${{ secrets.SSH_PUBLIC_KEY }}
SERVER_IP: ${{ vars.SERVER_IP }}
DOMAIN_NAME: ${{ vars.$DOMAIN_NAME }}
DOMAIN_NAME: ${{ vars.DOMAIN_NAME }}
run: |
mkdir -p ~/.ssh
echo "$SSH_PUBLIC_KEY" > ~/.ssh/id_rsa