From b3da88f1c077167030e35b879a9954d36ffe2a35 Mon Sep 17 00:00:00 2001 From: Paolo Brasolin <paolo.brasolin@eurac.edu> Date: Tue, 1 Mar 2022 15:54:57 +0100 Subject: [PATCH] feat: #fe use eurac itch credentials --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afc48f9..632eed7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,12 +83,10 @@ stages: - npm install - echo Success! -.fe-deploy-job: +fe-deploy-job: variables: GLIBC_URL: https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk BUTLER_URL: https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default - # NOTE: this key is a throwaway, we'll store one in secrets - BUTLER_API_KEY: 0UsKHAvtO2aXBJMPeR6bZHxSv9BRQ0zIvFPdFdRW image: node:16-alpine stage: deploy cache: @@ -119,4 +117,4 @@ stages: - cd frontend - npm install - npm run build - - butler push dist paolobrasolin/oetzi:html5 + - butler push dist eurac/oetzi:html5 -- GitLab