Commit 50200f60 authored by Thibaud-Vdb's avatar Thibaud-Vdb
Browse files

Merge branch '679-change-the-stage-of-ssh-job-to-others' into 'latest'

Resolve "Change the stage of ssh job to others"

Closes #679

See merge request r2devops/hub!428
parents 04983909 006087d0
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: ''