This commit is contained in:
parent
018cbf68cf
commit
eceb31a9ad
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue