update
This commit is contained in:
@ -6,5 +6,10 @@ then
|
||||
exit
|
||||
fi
|
||||
|
||||
echo "Préparation de l'init du dossier et création ./init/initdb.sql"
|
||||
docker run -e GITEA_INSTANCE_URL=https://gitea.traefik.me -e GITEA_RUNNER_REGISTRATION_TOKEN=<your_token> -v /var/run/docker.sock:/var/run/docker.sock --name my_runner gitea/act_runner:nightly
|
||||
echo "Préparation des certificats pour Treafik.me"
|
||||
wget -P /etc/ssl/certs/ http://traefik.me/cert.pem
|
||||
wget -P /etc/ssl/certs/ http://traefik.me/chain.pem
|
||||
wget -P /etc/ssl/certs/ http://traefik.me/fullchain.pem
|
||||
|
||||
echo "Reload certificats"
|
||||
update-ca-certificates
|
Reference in New Issue
Block a user