forked from wazuh/wazuh-docker
Merge branch 'feature-github-actions' into devel-rework
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: Wazuh Docker pipeline
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-stack:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build the docker-compose stack
|
||||
run: docker-compose up -d --build
|
||||
- name: Check running containers
|
||||
run: docker ps -a
|
||||
Reference in New Issue
Block a user