Compare commits

...

4 commits

Author SHA1 Message Date
c7e59afde6 include compilers 2022-07-16 15:44:31 +01:00
0fb6b6d1b1 include git 2022-07-16 15:36:07 +01:00
10982bb889 include wget 2022-07-16 15:32:02 +01:00
fa65b59509 try using a newer ubuntu release 2022-07-16 15:29:59 +01:00
2 changed files with 3 additions and 9 deletions

View file

@ -23,15 +23,16 @@ pipeline:
- stable - stable
- refs/tags/v* - refs/tags/v*
- refs/tags/stable-* - refs/tags/stable-*
- openssl
secrets: secrets:
- SCW_ACCESS_KEY - SCW_ACCESS_KEY
- SCW_SECRET_KEY - SCW_SECRET_KEY
- SCW_DEFAULT_ORGANIZATION_ID - SCW_DEFAULT_ORGANIZATION_ID
image: ${docker_prefix}elixir:1.13 image: ${docker_prefix}hexpm/elixir:1.13.4-erlang-25.0.2-ubuntu-jammy-20220428
environment: environment:
MIX_ENV: prod MIX_ENV: prod
commands: commands:
- apt-get update && apt-get install -y cmake libmagic-dev rclone zip imagemagick libmagic-dev - apt-get update && apt-get install -y cmake libmagic-dev rclone zip imagemagick libmagic-dev openssl wget git g++ gcc
- wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64 - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64
- mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli - mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli
- chmod +x scaleway-cli - chmod +x scaleway-cli

View file

@ -1,7 +0,0 @@
all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf docs