Skip to content
Snippets Groups Projects
Commit 12c4137f authored by Bengt Giger's avatar Bengt Giger
Browse files

Forgot destination variable in deploy step

parent dd400ac3
No related branches found
No related tags found
No related merge requests found
Pipeline #100289 failed
......@@ -63,6 +63,8 @@ Test update:
Deploy:
stage: deploy
script:
- export REMOTE_SERVER=w3_idinstallprd@idinstallprd
- export REMOTE_DIR=htdocs/repos/rpmbuilder/tomcat8
- cd RPMS
- rsync -r . $REMOTE_SERVER:$REMOTE_DIR
- ssh $REMOTE_SERVER "createrepo $REMOTE_DIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment