Skip to content
Snippets Groups Projects
Commit 349809e3 authored by Marco De Donno's avatar Marco De Donno
Browse files

Merge branch 'develop' into split/palmbb

parents 8a9a6c09 14595e57
Branches
No related tags found
No related merge requests found
Pipeline #
stages: stages:
- doc
- staging - staging
- deploy - deploy
doc:
stage: doc
script:
- cd ./doc
- make html
- scp -o StrictHostKeyChecking=no -i ${PROD_KEY} -r ./build/html/* ${PROD_USER}@${PROD_HOST}:${PROD_HTML_DIRECTORY}
staging: staging:
stage: staging stage: staging
script: script:
......
#!/bin/bash
echo $(pwd)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment