parent
d45ec44204
commit
dd81b3aa50
@ -1,7 +1,28 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: aframe_old_project
|
||||
name: panorama
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: docker-build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ./Dockerfile
|
||||
context: ./
|
||||
registry: hub.codefirst.iut.uca.fr
|
||||
repo: hub.codefirst.iut.uca.fr/vincent.astolfi/old-project
|
||||
username:
|
||||
from_secret: secret-registry-username
|
||||
password:
|
||||
from_secret: secret-registry-password
|
||||
|
||||
- name: deploy
|
||||
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
||||
environment:
|
||||
IMAGENAME: hub.codefirst.iut.uca.fr/vincent.astolfi/old-project:latest
|
||||
CONTAINERNAME: panorame
|
||||
COMMAND: create
|
||||
OVERWRITE: true
|
||||
|
@ -0,0 +1,2 @@
|
||||
FROM php:8.1-apache
|
||||
COPY ./ /var/www/html/
|
Loading…
Reference in new issue