Sha256: e825b6c9f6777c05d84b9d0a4da5d826ba8307e830e6ccb90bd67c9333a86107
Contents?: true
Size: 290 Bytes
Versions: 4
Compression:
Stored size: 290 Bytes
Contents
[Unit] Description=Compose Webhook service [Service] User=deploy Environment="WEBHOOK_JWT_SECRET=<%= @secret %>" Environment="CONFIG_PATH=<%= @config_path %>" ExecStart=/bin/bash -c "source ~/.rvm/scripts/rvm; compose-hook" Type=simple Restart=always [Install] WantedBy=multi-user.target
Version data entries
4 entries across 4 versions & 1 rubygems