mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 13:09:32 +00:00
Fix some Docker-related issues
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
3b6b84728d
commit
c6bcc8722c
3 changed files with 19 additions and 6 deletions
|
@ -15,7 +15,6 @@ default:
|
|||
- pip3 install -r requirements.txt
|
||||
- npm ci
|
||||
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
|
||||
- (curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/install.sh || wget -t 3 -qO- https://cli.doppler.com/install.sh) | sh
|
||||
# Global builds and stuff
|
||||
variables:
|
||||
DEBUG: "1"
|
||||
|
@ -26,7 +25,6 @@ variables:
|
|||
pages:
|
||||
stage: build
|
||||
script:
|
||||
- bash ./build.sh
|
||||
- doppler run -- ./bin/deploykit-pages.sh
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue