Skip to content
Snippets Groups Projects
Commit 4132f65a authored by Afnan  Ramadhan's avatar Afnan Ramadhan
Browse files

feat: add pipeline triger to dev

parent fda1cd6a
2 merge requests!10chore: add model version control and finally can trigger the sparking flow...,!1containerize-Apache
...@@ -8,6 +8,7 @@ build: ...@@ -8,6 +8,7 @@ build:
- macos - macos
only: only:
- main - main
- dev
script: script:
- echo "Build Docker Container" - echo "Build Docker Container"
- docker compose build - docker compose build
...@@ -18,6 +19,7 @@ run: ...@@ -18,6 +19,7 @@ run:
- macos - macos
only: only:
- main - main
- dev
script: script:
- echo "Run Docker Container" - echo "Run Docker Container"
- docker compose up -d - docker compose up -d
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment