diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3563c28..4a1f174 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -29,6 +29,12 @@ jobs: rm -rf /var/www/jody/dist/* cp -r dist/* /var/www/jody/dist/ + - name: Debug runner identity + run: | + whoami + id + ls -ld /var/www/jody/contact-api /var/www/jody/contact-api/dist || true + - name: Sync Contact API Runtime Files run: | mkdir -p /var/www/jody/contact-api diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx index 97f03a4..e0fa3fc 100644 --- a/src/components/Contact.tsx +++ b/src/components/Contact.tsx @@ -233,7 +233,7 @@ export function Contact() { Contact

- Fill out this form to reach out, I will reply ASAP! + Send me a message and I'll reply from my personal inbox.