Run the script
This commit is contained in:
parent
33be4884e0
commit
3cce88d702
2 changed files with 2 additions and 1 deletions
|
@ -10,3 +10,4 @@ jobs:
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
|
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
|
||||||
- run: pacman -Syu yaourt puppet --noconfirm
|
- run: pacman -Syu yaourt puppet --noconfirm
|
||||||
|
- run: ./deploy.sh
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
sudo puppet apply manifests/main.pp --modulepath=modules/
|
puppet apply manifests/main.pp --modulepath=modules/
|
||||||
|
|
Loading…
Reference in a new issue