Skip to content
Snippets Groups Projects
Commit 1d666c98 authored by Noah Lindeberg Rydén's avatar Noah Lindeberg Rydén
Browse files

yaml file

parent bbe73100
No related branches found
No related tags found
No related merge requests found
stages:
- name: Build
steps:
- runScriptConfig:
image: python:3.14
shellScript: |-
mkdir -p /python/src/gitlab.liu.se/elljo130
ln -s `pwd` /python/src/gitlab.liu.se/elljo130/testing-rancher
cd /python/src/gitlab.liu.se/elljo130/testing-rancher
- name: Publish
steps:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: example-helloserver:${CICD_EXECUTION_SEQUENCE}
- name: Deploy
steps:
- applyYamlConfig:
path: ./deployment.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment