Removed path from download
Some checks failed
Build and deploy website / build (push) Successful in 24s
Build and deploy website / deploy (push) Failing after 1s

This commit is contained in:
Martin Berg Alstad 2024-09-28 15:27:41 +02:00
parent 2ba30992b3
commit 8cfb33c40a

View File

@ -33,7 +33,7 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: dist name: dist
path: artifacts
- name: Move files to server - name: Move files to server
run: | run: |
cp -r artifacts/dist/* /var/www/beta.martials.no ls dist
cp -r dist/* /var/www/beta.martials.no