Giter Club home page Giter Club logo

landing-purs's Issues

Add CV

  • serve as HTML
  • serve as PDF

Add travis retry

E.G:

$ nix-instantiate --eval -E 'with import <nixpkgs> {}; lib.version or lib.nixpkgsVersion'
error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:13
before_install.1
0.01s$ openssl aes-256-cbc -K $encrypted_6f3005cf51f5_key -iv $encrypted_6f3005cf51f5_iv -in deploy_key.enc -out ./deploy_key -d
before_install.2
0.01s$ eval "$(ssh-agent -s)"
before_install.3
0.00s$ chmod 600 ./deploy_key
before_install.4
0.00s$ chmod 600 ~/.ssh/config
before_install.5
0.00s$ echo -e "Host stage.thought2.de\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
before_install.6
0.00s$ echo -e "Host thought2.de\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
before_install.7
0.01s$ ssh-add ./deploy_key
0.03s$ if [ "$TRAVIS_BRANCH" = "stage" ]; then bash ./deploy.sh stage; fi
error: selector 'nixops' matches no derivations
./deploy.sh: line 4: nixops: command not found
./deploy.sh: line 5: nixops: command not found
./deploy.sh: line 6: nixops: command not found
The command "if [ "$TRAVIS_BRANCH" = "stage" ]; then bash ./deploy.sh stage; fi" exited with 127.
0.00s$ if [ "$TRAVIS_BRANCH" = "master" ]; then bash ./deploy.sh prod; fi
The command "if [ "$TRAVIS_BRANCH" = "master" ]; then bash ./deploy.sh prod; fi" exited with 0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.