Skip to content
Snippets Groups Projects

continuous deployment flask and react

Merged David Werner requested to merge feature/continuous-deploy into master
+ 3
0
@@ -25,6 +25,9 @@ flask:
- ssh $backendssh "chmod +x setup-continuous-deployment.sh && ./setup-continuous-deployment.sh"
- ssh-add -D # remove ssh-key from memory
artifacts:
expire_in: 1 days
when: always
paths:
# save previous logfiles, todo put in a different stage
- gunicorn.log
- dumux-web-app.service.log.gz
Loading