ci: github -> gitea
All checks were successful
Build and Deploy ytdlp-site / build-deploy (push) Successful in 8m38s

This commit is contained in:
2025-09-01 04:27:47 -06:00
parent 91a9c69cba
commit f668f59f70

View File

@@ -48,7 +48,7 @@ jobs:
--tag ${{ env.SLUG }}:latest
- name: Deploy to Container Registry
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: gitea.ref == 'refs/heads/master' && gitea.event_name == 'push'
run: |
echo "${{ secrets.GIT_PASSWORD }}" | docker login git.carlpearson.net -u "${{ secrets.GIT_USERNAME }}" --password-stdin
docker push ${{ env.SLUG }}:latest