Commit 006087d0 authored by DJOUNANG NANA Guy Rostan's avatar DJOUNANG NANA Guy Rostan Committed by Thibaud-Vdb
Browse files

chore(ssh): Change the job stage deploy into others

parent a12a23c9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.3.0] - 2023-01-28
* Change the stage from `deploy` to `others`

## [0.2.1] - 2022-06-13
* Add docker image tag in variable 

+2 −2
Original line number Diff line number Diff line
# Job from R2Devops hub --> r2devops.io

stages:
  - deploy
  - others

ssh:
  image: alpine:${IMAGE_TAG}
  stage: deploy
  stage: others
  variables:
    TARGET_HOST: ''
    SHELL_COMMAND: ''