Skip to content
Snippets Groups Projects

Release on production

Merged Christopher Guindon requested to merge cguindon/master/prod into master
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
@@ -18,7 +18,7 @@ spec:
@@ -18,7 +18,7 @@ spec:
args:
args:
- /bin/sh
- /bin/sh
- -c
- -c
- npm start -- --verbose=true --dryrun=true | tee -a /app/logs/stdout-$(date +%Y-%m-%d).log
- npm start -- --verbose=true | tee -a /app/logs/stdout-$(date +%Y-%m-%d).log
volumeMounts:
volumeMounts:
- name: logs
- name: logs
mountPath: /app/logs
mountPath: /app/logs
@@ -72,4 +72,4 @@ spec:
@@ -72,4 +72,4 @@ spec:
- ReadWriteOnce
- ReadWriteOnce
resources:
resources:
requests:
requests:
storage: 10Gi
storage: 10Gi
\ No newline at end of file
Loading