Skip to content
Snippets Groups Projects
Commit 7e094b75 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Fix command line

parent 59b54d8b
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ deploy_spec:
- cp -rp node_modules/swagger-ui-dist/* ./public
- 'sed -i "s@.*url.*@url: \"api.json\",@" ./public/index.html'
- echo "Deploying AURA Tank API Spec..."
- lftp -c "set ftp:ssl-allow no; open -u $FTP_AURA_RADIO_USER,$FTP_AURA_RADIO_PWD $FTP_AURA_RADIO_HOST; mirror -Rnev ./public/ ./api.aura.radio/tank--ignore-time --parallel=10 --exclude-glob .git* --exclude .git/"
- lftp -c "set ftp:ssl-allow no; open -u $FTP_AURA_RADIO_USER,$FTP_AURA_RADIO_PWD $FTP_AURA_RADIO_HOST; mirror -Rnev ./public/ ./api.aura.radio/tank --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/"
- echo "AURA Tank API Spec successfully deployed."
artifacts:
paths:
......
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