generated from Luis/nextjs-python-web-template
create .gitlab-ci.yml for a release pipeline
This commit is contained in:
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
stages:
|
||||
- release
|
||||
|
||||
deploy:
|
||||
stage: release
|
||||
script:
|
||||
- ./service-aware-network-front-end/pkgs/clan-cli/push_docker.sh
|
||||
only:
|
||||
- dev
|
||||
Reference in New Issue
Block a user