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