naming and removed debug stuffs
Some checks failed
Build and deploy website / build (push) Successful in 24s
Build and deploy website / deploy (push) Failing after 2s

This commit is contained in:
Martin Berg Alstad 2024-09-28 15:25:48 +02:00
parent df19d4c999
commit 2ba30992b3

View File

@ -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