cicd: tried to print the keyw
This commit is contained in:
		@ -10,6 +10,7 @@ deploy_staging:
 | 
			
		||||
    - echo $APP_CONFIG > config.json
 | 
			
		||||
    - echo $SSH_PRIVATE_KEY > gitlab.key
 | 
			
		||||
    - chmod 600 gitlab.key
 | 
			
		||||
    - cat gitlab.key
 | 
			
		||||
    - npm install
 | 
			
		||||
    - npm run build
 | 
			
		||||
    - scp -i gitlab.key -o StrictHostKeyChecking=no -r build/* test-paris@ssh-test-paris.happy-dev.fr:~/staging/www/
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user