This commit is contained in:
@@ -38,6 +38,11 @@ jobs:
|
|||||||
- name: Clean up node modules (not needed to deploy)
|
- name: Clean up node modules (not needed to deploy)
|
||||||
run: rm -rf node_modules
|
run: rm -rf node_modules
|
||||||
|
|
||||||
|
- name: Install rsync
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install rsync
|
||||||
|
|
||||||
- name: Deploy to Dreamhost
|
- name: Deploy to Dreamhost
|
||||||
uses: SamKirkland/web-deploy@v1
|
uses: SamKirkland/web-deploy@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user