mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2024-11-17 06:09:25 +08:00
Add separator in secrets
This commit is contained in:
parent
d8abe8483f
commit
4162f9d9fc
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ steps:
|
|||
- chmod 600 /root/.ssh/id_rsa
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
|
||||
- scp -r dist/* username@10.0.10.4:/mnt/sda1/projects/equipment_tracker_frontend
|
||||
secrets: [SSH_KEY TEST]
|
||||
secrets: [SSH_KEY, TEST]
|
||||
|
|
Loading…
Reference in a new issue