naming and removed debug stuffs
This commit is contained in:
parent
df19d4c999
commit
2ba30992b3
@ -22,6 +22,7 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3 # Deprecated but v4+ is not supported for GHES
|
uses: actions/upload-artifact@v3 # Deprecated but v4+ is not supported for GHES
|
||||||
with:
|
with:
|
||||||
|
name: dist
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
@ -31,10 +32,8 @@ jobs:
|
|||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: dist
|
name: dist
|
||||||
|
path: artifacts
|
||||||
- name: Move files to server
|
- name: Move files to server
|
||||||
run: |
|
run: |
|
||||||
pwd
|
cp -r artifacts/dist/* /var/www/beta.martials.no
|
||||||
ls -la
|
|
||||||
ls /var
|
|
||||||
cp -r dist/* /var/www/beta.martials.no
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user