pull/3509/head^2
filip mertens 2 years ago committed by bunsenstraat
parent 92ae619d82
commit 0bacbded01
  1. 12
      .circleci/config.yml
  2. 15
      apps/remix-ide/ci/deploy_from_travis_remix-test.sh

@ -360,17 +360,5 @@ workflows:
filters:
branches:
only: remix_beta
- deploy-build:
script: "test"
name: "deploy-test"
requires:
- lint
- remix-libs
- remix-ide-browser
- plugins
- predeploy
filters:
branches:
only: fixdeploy
# VS Code Extension Version: 1.5.1

@ -1,15 +0,0 @@
#!/bin/bash
set -e
SHA=`git rev-parse --short --verify HEAD`
cd dist/apps/remix-ide
git init
git config user.name "$COMMIT_AUTHOR"
git config user.email "$COMMIT_AUTHOR_EMAIL"
zip -r remix-$SHA.zip .
git add .
git commit -m "Built website from {$SHA}."
git push -f git@github.com:bunsenstraat/remix-test.git master:gh-pages
Loading…
Cancel
Save