Milos Knezevic
Articles
-
How many git intergrations can I have per project?
Commonly we get questions such as:I’ve partially added one Git integration. However, I’m getting the impression there is only one git integration per environment; I can’t have two integrations and ...
-
How to sync data and/or code between environments
Goal Sync data and/or code from one environment to another Requirements You will need: an active application on Upsun The Upsun CLI installed locally An SSH key configured on the project account...
-
Changing Static Files Per Branch
GoalWe’re deploying a static site that will serve a different file depending on whether it’s prod or dev. AssumptionsYou will need: An Upsun project Git access Problems We have a static site that ...
-
How to connect to services on Upsun from your local system
Goal Access Platform.sh-hosted services from a local computer, over a secure SSH tunnel. Assumptions The Upsun CLI is installed locally. Whatever additional software is needed (local web server...
-
How to run Minio on Upsun
GoalMinio offers cloud file storage with an S3 compatible API. This guide shows how to deploy it on Upsun. AssumptionsTo complete this, you will need: An empty Upsun project The Upsun CLI tool inst...
-
What is the difference between a rebuild and a redeploy?
Build and Deploy are two distinct phases in the Upsun pipeline. Build has the goal of constructing a read-only file system with all of the code, in its final form, that your application needs to ...
-
How to Overwrite variables to Payara JPA access Upsun.sh SQL services
GoalIn this tutorial, we’ll cover how you can overwrite Payara configurations to access the services in Upsun. PreparationThis tutorial assumes you have A working Payara application with Java 8 or ...
-
Can I set a project variable to run different build scripts among several environments?
Only project level variables are available during build time, so you will not be able to create a variable that is different in each environment that will be accessible during builds.You can create...
-
If my custom SSL certificate expires, will lets encrypt automatically replace it?
Yes. If you do not actively replace your custom certificate, Upsun will replace it with a LetsEncrypt certificate.In the case of a customer certificate, if you deploy within 7 days prior to its exp...
-
How to set up automated environment tasks
GoalTo have one more more environments automatically backed up through snapshots triggered without manual intervention. Assumptions Access to a project hosted on Upsun Your project account has adm...