forked from DGNum/lanuit.ens.fr
Compare commits
28 commits
update-pla
...
main
Author | SHA1 | Date | |
---|---|---|---|
d6bee4ea22 | |||
fa50f0f90c | |||
0587f72d51 | |||
b6276b63df | |||
48c7de7ff4 | |||
cd61d795df | |||
eb7b43bf4d | |||
7b518ba252 | |||
61f042f877 | |||
c6547c6f5e | |||
877f06e4e4 | |||
9b99a1617c | |||
96c5d5a38c | |||
98fee952bc | |||
4e4ee22ef1 | |||
25896b2da1 | |||
|
27ca2fdd37 | ||
|
3f92125db2 | ||
|
a2c6195e53 | ||
|
7fc84bef6a | ||
|
5e2bcce5e4 | ||
f4dc07090f | |||
bb13a670d6 | |||
5b1621ef1c | |||
af8d1cc160 | |||
4e41c90e6c | |||
056bbc38a8 | |||
58ec6b122d |
6 changed files with 897 additions and 1416 deletions
19
.forgejo/workflows/build.yaml
Normal file
19
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: build configuration
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: deploy
|
||||||
|
run: nix-shell -p awscli2 --run "aws s3 sync ./www/ s3://$BUCKET/ --delete --endpoint-url $URL"
|
||||||
|
env:
|
||||||
|
URL: "https://s3.dgnum.eu/"
|
||||||
|
BUCKET: lanuit-website
|
||||||
|
AWS_ACCESS_KEY_ID: ${{ secrets.KEY_ID }}
|
||||||
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_KEY }}
|
|
@ -18,7 +18,7 @@
|
||||||
<section>
|
<section>
|
||||||
<h2>Billetterie en ligne</h2>
|
<h2>Billetterie en ligne</h2>
|
||||||
<div>
|
<div>
|
||||||
<p>La billetterie n'est pas encore disponible. Elle ouvrira le lundi 6 novembre 2023.</p>
|
<p>La billetterie n'est pas encore disponible. Elle ouvrira fin octobre 2024.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="index.html" target="_blank">
|
<a href="index.html" target="_blank">
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<section>
|
<section>
|
||||||
<h2>Online ticketing service</h2>
|
<h2>Online ticketing service</h2>
|
||||||
<div>
|
<div>
|
||||||
<p>The online ticketing has not open yet. Pre-sales will start on Monday, November 6th, 2023.</p>
|
<p>The online ticketing has not open yet. Pre-sales will start by the end of October 2024.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="english_index.html" target="_blank">
|
<a href="english_index.html" target="_blank">
|
||||||
|
|
File diff suppressed because it is too large
Load diff
BIN
www/img/ui/header-nuit.jpg
Executable file → Normal file
BIN
www/img/ui/header-nuit.jpg
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 50 KiB |
1138
www/index.html
1138
www/index.html
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue