I hereby claim:
- I am favasconcelos on github.
- I am azevefei (https://keybase.io/azevefei) on keybase.
- I have a public key ASBKSBLWFw7JcYJr2Mi_vv2vwp9-G-o1NVp8triNJwQK3Qo
To claim this, I am signing this object:
| { | |
| "version": "0.1.0", | |
| "configurations": [ | |
| { | |
| "type": "node", | |
| "request": "launch", | |
| "name": "Debug Nest JS", | |
| "program": "${workspaceFolder}/dist/main.js", | |
| "preLaunchTask": "tsc: build - tsconfig.json", | |
| "outFiles": [ |
I hereby claim:
To claim this, I am signing this object:
| .. |
| image: node:7.9.0 # change to match your node version | |
| cache: | |
| paths: | |
| - node_modules/ | |
| before_script: | |
| - npm install | |
| test: |
| Frontend configuration files |
| android { | |
| signingConfigs { | |
| key { | |
| // Load keystore credentials from a config file | |
| def credsFilePath = file("../keystore.json").toString() | |
| def credsFile = new File(credsFilePath, "").getText('UTF-8') | |
| def json = new groovy.json.JsonSlurper().parseText(credsFile) | |
| // Save the config into the variables | |
| storeFile file(json.android.storeFile) | |
| storePassword json.android.storePassword |
| {"lastUpload":"2020-02-29T10:58:46.320Z","extensionVersion":"v3.4.3"} |
| Host *.server.com | |
| User user1 | |
| IdentityFile ~/.ssh/server/id_rsa | |
| Host project1 | |
| HostName project1.server.com | |
| Host project2 | |
| HostName project2.server.com | |
| Port 1234 |