Loading jobs/ssh/CHANGELOG.md +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 Loading jobs/ssh/ssh.yml +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: '' Loading Loading
jobs/ssh/CHANGELOG.md +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 Loading
jobs/ssh/ssh.yml +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: '' Loading