# gitlab-cicd-first **Repository Path**: 618859/gitlab-cicd-first ## Basic Information - **Project Name**: gitlab-cicd-first - **Description**: gitlab-cicd从零到一整体流程 - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-10-18 - **Last Updated**: 2025-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My first gitlab > i am very happy > thank too mush web friend help ## look ![look](./img/look.jpg) ## .gitlab-ci.yml ``` stages: # 分段 - deploy deploy-job: stage: deploy script: - echo $CUSTOM_USERNAME - echo $CUSTOM_IP - sshpass -p $PASSWORD scp ./html/* $CUSTOM_USERNAME@$CUSTOM_IP:/var/www/html ```