diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 99abdea..0906763 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: with: context: . push: true - tags: gitea.sculpted-arc.co.uk/${{ gitea.repository }}:latest + tags: gitea.sculpted-arc.co.uk/sculptedarcwebsite:latest # 3. Securely SSH to the host using masked secrets - name: Deploy to Server via SSH