Skip to content
Snippets Groups Projects

WIP: API requests refactor

Open Santiago Rafael Gonzalez Pereyra requested to merge API-requests-refactor into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -4,7 +4,7 @@ cache:
before_script:
- apt-get -qq update
- apt-get -qq install openssh-client git-core gnupg curl > /dev/null
- apt-get -qq install openssh-client git-core gnupg curl rsync > /dev/null
- curl -sSL https://deb.nodesource.com/setup_8.x | bash -
- apt-get -qq install nodejs
@@ -31,6 +31,6 @@ deploy to preview:
- npm run build
- ssh openfing@openfing.fing.edu.uy 'rm -rf ~/openfing/preview; mkdir ~/openfing/preview'
- scp -r ./dist/* openfing@openfing.fing.edu.uy:~/openfing/preview
- rsync -vaz -e ssh dist/ openfing@openfing.fing.edu.uy:~/openfing/preview
only:
- /^v\d+\.\d+\.\d+-preview\d+$/
Loading