Staging deplo
Some checks failed
Deploy to Pages / build (pull_request) Failing after 1m3s

This commit is contained in:
Andras Schmelczer 2026-05-22 08:10:50 +01:00
parent 018cbf68cf
commit eceb31a9ad

View file

@ -49,3 +49,10 @@ jobs:
apt update && apt install -y rsync
mkdir -p /pages
rsync -a --delete dist/ /pages/schmelczer-dev
- name: Copy build to host pages staging mount
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
run: |
apt update && apt install -y rsync
mkdir -p /pages
rsync -a --delete dist/ /pages/portfolio-staging