1
0
Fork 0

change docker image

This commit is contained in:
Yusuf Bera Ertan 2020-10-02 18:10:14 +03:00
parent f16a153af8
commit b0ec97992e
No known key found for this signature in database
GPG Key ID: 61807181F60EFCB2
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,8 @@
image: alpine:edge
image: yusdacra/website:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing zola
pages:
stage: deploy
script:

3
docker/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine:edge
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing zola