Skip to content
Snippets Groups Projects
Commit 3eed2bb3 authored by David Hrbáč's avatar David Hrbáč
Browse files

test ssh the stage

parent 7d6d8fb2
Branches
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
Pipeline #
...@@ -48,7 +48,7 @@ deploy to stage: ...@@ -48,7 +48,7 @@ deploy to stage:
- ls site/ - ls site/
- echo $CI_BUILD_REF_NAME - echo $CI_BUILD_REF_NAME
- ssh root@"$SSH_HOST_STAGE" uptime - ssh root@"$SSH_HOST_STAGE" uptime
- scp -pr site/* root@"$SSH_HOST_STAGE":/tmp/docs/$CI_BUILD_REF_NAME/ - rsync -avn --delete site/ root@"$SSH_HOST_STAGE":/tmp/docs/$CI_BUILD_REF_NAME/
#- dpl --provider=s3 --bucket=$S3_BUCKET_NAME #- dpl --provider=s3 --bucket=$S3_BUCKET_NAME
deploy to production: deploy to production:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment