Screen approach for action runner #3

Merged
david merged 6 commits from dev into main 2025-04-03 21:09:14 -07:00
Showing only changes of commit 563ec99fc6 - Show all commits

View File

@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- main - main
- dev
jobs: jobs:
deploy: deploy:
@ -15,8 +14,8 @@ jobs:
run: | run: |
cd ~/personal-site cd ~/personal-site
git fetch git fetch
git checkout $GITEA_REF_NAME git checkout main
git pull origin $GITEA_REF_NAME git pull origin main
- name: Stop existing screen session, if running - name: Stop existing screen session, if running
run: | run: |