name: Deploy on: push: branches: - main jobs: deploy: # Self-hosted Gitea runner. # Registered labels on crispygoat-host-runner: self-hosted, ubuntu-latest runs-on: [self-hosted, ubuntu-latest] steps: - name: Update homelab checkout run: | cd /home/tyler/route-commerce git pull --ff-only origin main - name: Run deploy.sh working-directory: /home/tyler/route-commerce run: ./deploy/deploy.sh