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:
branches:
- main
- dev
jobs:
deploy:
@ -15,8 +14,8 @@ jobs:
run: |
cd ~/personal-site
git fetch
git checkout $GITEA_REF_NAME
git pull origin $GITEA_REF_NAME
git checkout main
git pull origin main
- name: Stop existing screen session, if running
run: |