Compare commits
4 Commits
main
...
legacy_dev
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bb1dea088f | ||
![]() |
222f5acc20 | ||
![]() |
b351d9f839 | ||
![]() |
20a333c106 |
4
.github/workflows/demo.yml
vendored
4
.github/workflows/demo.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Demo - Build & Deploy to Scaleway
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '00 15 * * *' # 15:00 UTC -> 17:00 CEST
|
||||
push:
|
||||
branches: [legacy_dev]
|
||||
|
||||
env:
|
||||
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a
|
||||
|
@ -15,7 +15,7 @@ export default class CookieService {
|
||||
const date = new Date();
|
||||
|
||||
// Set it expire in 7 days
|
||||
date.setTime(date.getTime() + 7 * 24 * 60 * 60 * 1000);
|
||||
date.setTime(date.getTime() + 3 * 60 * 1000);
|
||||
|
||||
// Set it
|
||||
document.cookie = name + "=" + value + "; expires=" + date.toUTCString() + "; path=/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user