feat: add apk deploy via scp

This commit is contained in:
Rainer Killinger
2023-02-15 11:46:23 +01:00
parent a24e2f36fd
commit fdf7999437
3 changed files with 32 additions and 10 deletions

View File

@@ -30,3 +30,4 @@ docker build -t openstapps-art .
2. Edit app.conf.sample to your liking and rename it to app.conf (needs info you can find in your corresponding developer/store portal)
3. Use docker to run `make web` and `make android` (i.e. `docker run -it -v $(pwd):/build --rm openstapps-art:latest make web`)
4. On a macOS device run `make ios` (make sure you have all required certificates / profiles set up in Xcode)
5. Gitlab CI runs need to be provided with SCP targets and Base64 encoded SSH private keys via env variables for web and (optionally) apk deployments