Fixed wrong argument supplied
Some checks failed
Build and deploy website / build (push) Failing after 1m16s
Build and deploy website / deploy (push) Failing after 4s

This commit is contained in:
Martin Berg Alstad 2024-09-28 11:19:39 +02:00
parent 4b9d3d6470
commit 794cdec9db

View File

@ -24,7 +24,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
deploy:
runs-on: ubuntu-latest
@ -33,7 +33,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: dist
path: dist
- name: Move files to server
run: |
cp -r dist/* /var/www/beta.martials.no