ecamp / ecamp/ecamp3

Various deployment improvements

Open
#3,327 0 comments 0 reactions 1 assignee Claimed by @usu View on GitHub
agents:ignore
Dominant language
PHP
Stars
156
Forks
72
Avg merge
12h 43m
Merged PRs (30d)
203

Description

Bucket to track various deployment improvements

- [x] Staging and prod environment need to allow deployment from devel branch. This is probably, because the `repository_dispatch` event is running on devel. Maybe we manage to reach a simpler setup without the need for `ci-passed` events. See screenshot below for the error message.
- [x] Move CI tests, image build & deployment into a reusable workflow. This probably makes it possible to avoid repository_dispatch ci-passed events as we can write specific composite workflows for specific branches using reusable workflows.
Screenshot 2023-03-06 070011

- [x] Docker images are built and overridden each time, the deployment runs, even if the same SHA has already been built. We could check for existence of the SHA image and skip the built step if it already exists.

- [ ] Replace FAST_FORWARD_TOKEN from Bacluc to ecamp core

- [ ] Deploy via Tag

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.