Skip to content
Snippets Groups Projects
Commit 0a1c54a8 authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Merge branch 'remove-ui-folder' into 'main'

Update .gitlab-ci.yml

See merge request fit-connect/api!49
parents cfd9954c b819c279
No related branches found
No related tags found
1 merge request!49Update .gitlab-ci.yml
......@@ -90,10 +90,8 @@ upload:spec:
before_script:
- *pre-deploy-uber-space-setup
script:
- sed "s,API_VERSION,$CI_COMMIT_TAG/zustelldienst.yml,g" ui/config.js.template > ui/config.js
- sed -i "s,API_VERSION,$CI_COMMIT_TAG,g" dist/zustelldienst.yml
- sed -i "s,API_VERSION,$CI_COMMIT_TAG,g" dist/antragsmetadaten.schema.json
- rsync -rLvz --size-only --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./ui/. fitko@dorado.uberspace.de:html/
- rsync -rLvz --size-only --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./assets/. fitko@dorado.uberspace.de:html/$CI_COMMIT_TAG/
- rsync -rLvz --size-only --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./dist/. fitko@dorado.uberspace.de:html/$CI_COMMIT_TAG/
......
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