try making it dependent
ci/woodpecker/push/lint Pipeline failed Details
ci/woodpecker/push/release Pipeline failed Details
ci/woodpecker/push/test unknown status Details
ci/woodpecker/tag/lint Pipeline was successful Details
ci/woodpecker/tag/test Pipeline was successful Details
ci/woodpecker/tag/release Pipeline failed Details

This commit is contained in:
FloatingGhost 2022-06-11 19:10:45 +01:00
parent 7bb6317e38
commit 0e6f47955d
1 changed files with 4 additions and 9 deletions

View File

@ -55,19 +55,14 @@ pipeline:
MIX_ENV: prod
commands:
- apk add git gcc g++ musl-dev make cmake file-dev rclone wget zip
- 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
- chmod +x scaleway-cli
- ./scaleway-cli object config install type=rclone
- echo "import Mix.Config" > config/prod.secret.exs
- rm -rf release || true
- rm -rf _build || true
- rm -rf /root/.mix
- mix local.hex --force
- mix local.rebar --force
- mix deps.clean --all
- mix deps.get --only prod
- mkdir release
- export PLEROMA_BUILD_BRANCH=develop
- rm -rf release || true
- rm -rf _build || true
- mix release --path release
- export PLEROMA_BUILD_BRANCH=develop
- zip akkoma-${tag}.zip -r release
- rclone copyto akkoma-${tag}.zip scaleway:akkoma-updates/$CI_COMMIT_BRANCH/akkoma-${tag}-musl.zip