diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6787052f954a4ecccf1f6dc88d06c877123a3ef5..78ec59a5a467a0b5b37ed698ce11e362e3cce34c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ image: node:12 stages: - test - build - - deploy variables: NODE_OPTIONS: --max_old_space_size=4096 @@ -44,15 +43,3 @@ build: artifacts: paths: - dist/ - -dy-staging: - stage: deploy - resource_group: staging - only: - variables: - - $HEROKU_API_KEY - - $GITHUB_PERSONAL_TOKEN - script: - - curl https://cli-assets.heroku.com/install.sh | sh - - heroku plugins:install heroku-builds - - heroku builds:create --source-url "https://patcoll:$GITHUB_PERSONAL_TOKEN@api.github.com/repos/DockYard/pleroma/tarball/staging" --app pleroma-api-staging