Compare commits
13 commits
0be50b6c24
...
fd4bb61b5f
| Author | SHA1 | Date | |
|---|---|---|---|
| fd4bb61b5f | |||
| 84769f9ce4 | |||
| 17daf44684 | |||
| db8d4597df | |||
| 2165ed0c33 | |||
| e9b6035c58 | |||
| eceb31a9ad | |||
| 018cbf68cf | |||
| bb5b4c4cf3 | |||
| f3fc893675 | |||
| df2267a968 | |||
| a86940da30 | |||
| 0d183c8335 |
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