fix: Update secret name from SECRET to GIT_TOKEN
Some checks failed
Build and Deploy LittleShop / Deploy to Production VPS (Manual Only) (push) Has been skipped
Build and Deploy LittleShop / Deploy to Pre-Production (CT109) (push) Failing after 1s

This commit is contained in:
SysAdmin 2025-11-17 13:44:41 +00:00
parent b6569154a4
commit 310f1f63de

View File

@ -190,7 +190,7 @@ jobs:
ssh -i ~/.ssh/deploy_key -p ${{ secrets.CT109_SSH_PORT }} ${{ secrets.CT109_USER }}@${{ secrets.CT109_HOST }} bash -s << ENDSSH ssh -i ~/.ssh/deploy_key -p ${{ secrets.CT109_SSH_PORT }} ${{ secrets.CT109_USER }}@${{ secrets.CT109_HOST }} bash -s << ENDSSH
set -e set -e
export VERSION="${{ github.sha }}" export VERSION="${{ github.sha }}"
export GITEA_TOKEN="${{ secrets.SECRET }}" export GITEA_TOKEN="${{ secrets.GIT_TOKEN }}"
# Use home directory for deployment # Use home directory for deployment
DEPLOY_DIR=~/littleshop DEPLOY_DIR=~/littleshop