Skip to content

Commit 7ca7272

Browse files
committed
Update deployment
1 parent b23350f commit 7ca7272

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_and_deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Deploy
2727
uses: appleboy/scp-action@master
2828
with:
29-
host: ${{ secrets.DEPLOY_HOST }}
29+
host: terminal42.ch
3030
username: ${{ secrets.DEPLOY_USERNAME }}
3131
port: ${{ secrets.DEPLOY_PORT }}
3232
key: ${{ secrets.DEPLOY_KEY }}

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ build:
1010

1111
# Build certain book
1212
build-%:
13-
echo $*
1413
cd page; hugo \
1514
--cleanDestinationDir \
1615
--environment $* \

0 commit comments

Comments
 (0)