Added base angular configuration
Some checks failed
Copy Website to Samba Share / Copy Files (push) Failing after 17s
Some checks failed
Copy Website to Samba Share / Copy Files (push) Failing after 17s
This commit is contained in:
@@ -17,7 +17,16 @@ jobs:
|
||||
apt-get update
|
||||
apt-get install -y smbclient
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm ci
|
||||
|
||||
- name: Build application
|
||||
run: |
|
||||
npm run build -- --configuration production --base-href /homev2/
|
||||
|
||||
|
||||
- name: Copy
|
||||
run: |
|
||||
smbclient //192.168.129.250/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c "cd \"letsencrypt/config/www/homev2\"; lcd \".\"; prompt; recurse; mput *"
|
||||
smbclient //192.168.129.250/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c "cd \"letsencrypt/config/www/cptarn/homev2\"; lcd \"dist/homev2\"; prompt; recurse; mput *"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user