mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
split tasks
This commit is contained in:
parent
357bb5e7b3
commit
58b3c08b9f
|
@ -6,8 +6,11 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --pure --run "flutter build apk --split-per-abi"
|
- nix-shell --pure --run "flutter build apk --split-per-abi"
|
||||||
|
- name: deploy
|
||||||
|
commands:
|
||||||
- scp build/app/outputs/apk/release/*.apk 10.0.0.3:/var/lib/fdroid/repo
|
- scp build/app/outputs/apk/release/*.apk 10.0.0.3:/var/lib/fdroid/repo
|
||||||
environment:
|
|
||||||
|
environment:
|
||||||
NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:unstable=/nix/var/nix/profiles/per-user/root/channels/unstable"
|
NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:unstable=/nix/var/nix/profiles/per-user/root/channels/unstable"
|
||||||
NIXPKGS_ALLOW_UNFREE: 1
|
NIXPKGS_ALLOW_UNFREE: 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue