We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23350f commit 7ca7272Copy full SHA for 7ca7272
.github/workflows/build_and_deploy.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Deploy
27
uses: appleboy/scp-action@master
28
with:
29
- host: ${{ secrets.DEPLOY_HOST }}
+ host: terminal42.ch
30
username: ${{ secrets.DEPLOY_USERNAME }}
31
port: ${{ secrets.DEPLOY_PORT }}
32
key: ${{ secrets.DEPLOY_KEY }}
Makefile
@@ -10,7 +10,6 @@ build:
10
11
# Build certain book
12
build-%:
13
- echo $*
14
cd page; hugo \
15
--cleanDestinationDir \
16
--environment $* \
0 commit comments