Update file .gitlab-ci.yml

This commit is contained in:
Selim Gozel 2025-09-18 05:34:39 +00:00
parent ff23cd919b
commit cedae2ec92

View File

@ -9,4 +9,5 @@ deploy:
- echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
script:
- ssh deploy "cd /var/www/wiimart.org && git pull && sudo systemctl reload httpd"
- ssh deploy "cd /var/www/wiimart.org && git pull && sudo systemctl reload httpd"
- rm -rf ~/.ssh/id_ed25519