This commit is contained in:
parent
835704b815
commit
18f656acb1
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Install Hugo CLI
|
||||
run: |
|
||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
||||
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
|
||||
&& dpkg -i ${{ runner.temp }}/hugo.deb
|
||||
- name: Install Dart Sass
|
||||
run: sudo snap install dart-sass
|
||||
- name: Checkout
|
||||
@ -32,4 +32,4 @@ jobs:
|
||||
needs: build
|
||||
steps:
|
||||
- name: Deploy to Server
|
||||
run: scp public/* SSH_URL
|
||||
run: scp public/* ${{ SCP_URL }}:/var/www/html/
|
Loading…
Reference in New Issue
Block a user