We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928652b commit a3d520eCopy full SHA for a3d520e
.scripts/deploy.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+sudo hugo
4
+
5
npm install -g surge
6
7
echo "REF value is ${REF}"
Dockerfile
@@ -12,6 +12,8 @@ RUN chmod +x .scripts/install.sh
12
RUN chmod +x .scripts/build.sh
13
RUN chmod +x .scripts/deploy.sh
14
15
-ENTRYPOINT .scripts/install.sh && .scripts/build.sh && .scripts/deploy.sh; /bin/bash
+RUN .scripts/install.sh
16
17
+ENTRYPOINT .scripts/deploy.sh; /bin/bash
18
19
0 commit comments