mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
feat: add apk deploy via scp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user