Compare commits

..

No commits in common. "fcb0e25ebd2851253361cb869ec6b4887a850b24" and "8fbcbd45f941b5bf00d9c05d2a5f7a2ccd37ef36" have entirely different histories.

View file

@ -45,14 +45,14 @@ jobs:
- name: Copy build to host pages mount
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
with:
source: dist
target: schmelczer-dev
run: |
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'
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
with:
source: dist
target: schmelczer-dev-staging
run: |
apt update && apt install -y rsync
mkdir -p /pages
rsync -a --delete dist/ /pages/schmelczer-dev-staging