mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
replaced tabs w/ spaces
This commit is contained in:
parent
082bf5d117
commit
1a244e1be5
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@ unit-test-job: # This job runs in the test stage.
|
||||||
|
|
||||||
deploy-job: # This job runs in the deploy stage.
|
deploy-job: # This job runs in the deploy stage.
|
||||||
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
|
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
|
||||||
only:
|
only:
|
||||||
- main #Do not run the deploy pipeline on merge requests
|
- main #Do not run the deploy pipeline on merge requests
|
||||||
before_script:
|
before_script:
|
||||||
- if [ -z "$DEPLOY_PRIVATE_KEY" ]; then echo "Can't deploy without a private key."; exit 1; fi
|
- if [ -z "$DEPLOY_PRIVATE_KEY" ]; then echo "Can't deploy without a private key."; exit 1; fi
|
||||||
- echo "Installing the dependencies..."
|
- echo "Installing the dependencies..."
|
||||||
- apk add rsync openssh-client
|
- apk add rsync openssh-client
|
||||||
- mkdir -m 700 -p ~/.ssh
|
- mkdir -m 700 -p ~/.ssh
|
||||||
|
|
Loading…
Add table
Reference in a new issue