Use DEV_HOST for new file copy in dev-build
Some checks failed
Build Dev PWA / Build-PWA (push) Failing after 31s
Some checks failed
Build Dev PWA / Build-PWA (push) Failing after 31s
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -29,6 +29,6 @@ jobs:
|
||||
echo "Old files removed"
|
||||
- name: Copy new dev pwa
|
||||
run: |
|
||||
scp -r ${{ gitea.workspace }}/www/* root@balerion.lan:/var/www/html/alvinn-dev
|
||||
ssh root@balerion.lan "chown -R www-data:www-data /var/www/html/alvinn-dev/*"
|
||||
scp -r ${{ gitea.workspace }}/www/* root@$DEV_HOST:/var/www/html/alvinn-dev
|
||||
ssh root@$DEV_HOST "chown -R www-data:www-data /var/www/html/alvinn-dev/*"
|
||||
echo "New files copied"
|
||||
|
||||
Reference in New Issue
Block a user