project-config/playbooks/website/publish.yaml
Ian Wienand 89fa2f82c3 Migrate to upload-afs-roots role
Handle the name change in the dependent change.  Should have no
functional change.

Depends-On: https://review.opendev.org/705368
Change-Id: I9f1cc64e7b222de544cd024c3224099bbe42480f
2020-02-03 14:22:09 +11:00

10 lines
276 B
YAML

- hosts: localhost
roles:
- role: create-afs-token
when: zuul_success | bool
- role: upload-afs-roots
afs_target: "/afs/.openstack.org/project/zuul-ci.org/www"
when: zuul_success | bool
- role: destroy-afs-token
when: zuul_success | bool