forked from AkkomaGang/akkoma
Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
c7e59afde6 | |||
0fb6b6d1b1 | |||
10982bb889 | |||
fa65b59509 |
2 changed files with 3 additions and 9 deletions
|
@ -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
|
||||||
|
|
7
Makefile
7
Makefile
|
@ -1,7 +0,0 @@
|
||||||
all: install
|
|
||||||
pipenv run mkdocs build
|
|
||||||
|
|
||||||
install:
|
|
||||||
pipenv install
|
|
||||||
clean:
|
|
||||||
rm -rf docs
|
|
Loading…
Reference in a new issue