fix: Use SECRET instead of GITEA_TOKEN (Gitea naming restriction)
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:38:32 +00:00
parent af0f8e1f7a
commit e8ef0710a2

View File

@ -187,7 +187,7 @@ jobs:
- name: Deploy to CT109
run: |
export GITEA_TOKEN="${{ secrets.GITEA_TOKEN }}"
export GITEA_TOKEN="${{ secrets.SECRET }}"
ssh -i ~/.ssh/deploy_key -p ${{ secrets.CT109_SSH_PORT }} ${{ secrets.CT109_USER }}@${{ secrets.CT109_HOST }} bash -s << ENDSSH
set -e
export VERSION="${{ github.sha }}"