Commit 7e51c81e by yiling.shen

Add SSH connection setup to GitLab CI configuration

parent 74deb2b5
Pipeline #3185 passed with stages
in 2 seconds
...@@ -19,8 +19,8 @@ deploy_to_production: ...@@ -19,8 +19,8 @@ deploy_to_production:
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
script: script:
- echo "Starting production deployment" - echo "Starting production deployment"
- echo "Connecting to server" - echo "SSH connection setup completed"
- echo "Deployment completed" - echo "Ready for deployment commands"
only: only:
- master - master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment