Skip to content
Snippets Groups Projects
Commit 9ac82c8e authored by michael.minelli's avatar michael.minelli
Browse files

Update API

parent a0a339d6
Branches
No related tags found
No related merge requests found
......@@ -14,12 +14,11 @@ deploy:
script:
- apk update
- apk add jq
- >
VERSION=$(jq -r .version API/package.json)
- API_VERSION=$(jq -r .version API/ExpressAPI/package.json)
# Download secure files
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
# Prepare environment
- mv env_$VERSION .env
- mv env_$API_VERSION .env
- cp .env API/.env
# Deploy
- ./infra --run
......
Subproject commit fc95c7c0f0df6f8db3a69a928ae3952a9edfde8e
Subproject commit 7884e53cc8bdeb0575323467b34d7123af842eee
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment