Skip to content

Commit a3d520e

Browse files
committed
minor change
1 parent 928652b commit a3d520e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.scripts/deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
sudo hugo
4+
35
npm install -g surge
46

57
echo "REF value is ${REF}"

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN chmod +x .scripts/install.sh
1212
RUN chmod +x .scripts/build.sh
1313
RUN chmod +x .scripts/deploy.sh
1414

15-
ENTRYPOINT .scripts/install.sh && .scripts/build.sh && .scripts/deploy.sh; /bin/bash
15+
RUN .scripts/install.sh
16+
17+
ENTRYPOINT .scripts/deploy.sh; /bin/bash
1618

1719

0 commit comments

Comments
 (0)