websites: switch master branch to main

This commit is contained in:
Francois Andrieu 2022-07-04 15:19:04 +02:00 committed by kevin
parent 293cf34e8d
commit dd564fff99

View file

@ -12,7 +12,7 @@ spec:
{% if env == 'staging' %}
ref: staging
{% else %}
ref: master
ref: main
{% endif %}
strategy:
type: Docker