Page MenuHomeDevCentral

code.sls
No OneTemporary

code.sls

# -------------------------------------------------------------
# Salt — Deploy Odderon (darkbot)
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-01-25
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
darkbot_repo:
file.directory:
- name: /opt/darkbot
- user: odderon
- group: nasqueron-irc
- dir_mode: 755
git.latest:
- name: https://devcentral.nasqueron.org/source/darkbot.git
- branch: production
- target: /opt/darkbot
- user: odderon
- unless: test -f /opt/odderon/LOCKED
darkbot_build:
cmd.run:
- name: sh build.sh
- cwd: /opt/darkbot
- runas: odderon
- require:
- git: darkbot_repo

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 11:54 (23 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3699868
Default Alt Text
code.sls (813 B)

Event Timeline