Fixed wrong argument supplied
This commit is contained in:
parent
4b9d3d6470
commit
794cdec9db
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user