Fix login errors
Build and upload website update / build-and-upload (push) Failing after 32s

This commit is contained in:
2026-04-03 15:55:08 +02:00
parent b27b4da3f2
commit e576efc90f
+7
View File
@@ -11,10 +11,17 @@ jobs:
uses: actions/checkout@v6
with:
ref: main
- name: Sign into gitea registry
uses: actions/docker-login@v3
with:
username: ${{ vars.REGISTRY_USER_USERNAME }}
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
registry: ${{ vars.REGISTRY_BASE_URL }}
- name: Run node build
uses: actions/node-action@main
with:
script: 'build.js'
workdir: /
- name: Push changes to webserver
uses: actions/ftp-deploy@v4.3.6
with: