Files
bennyshouse.net/.gitea/workflows/deploy.yml
Workflow config file is invalid. Please check your config file: yaml: line 2: mapping values are not allowed in this context
2026-04-23 14:30:16 -05:00

5 lines
126 B
YAML

- name: Pull latest code
run: |
ls /var/www/
cd /var/www/bennysblog
git pull origin main