This commit is contained in:
parent
0be50b6c24
commit
2c37e7fa62
39 changed files with 410 additions and 397 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 staging pages mount
|
||||
if: github.event_name == 'pull_request'
|
||||
run: |
|
||||
apt update && apt install -y rsync
|
||||
mkdir -p /pages
|
||||
rsync -a --delete dist/ /pages/schmelczer-dev-staging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue