mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 09:25:34 +08:00
replace COMMIT_HASH in every html
This commit is contained in:
@@ -13,4 +13,4 @@ deploy:
|
||||
on:
|
||||
branch: master
|
||||
provider: script
|
||||
script: ssh -q -l root nginxconfig.io "sudo -u www-data -H sh -c 'cd /var/www/nginxconfig.io; git reset --hard && git pull origin master && sed -i -e \"s/COMMIT_HASH/$TRAVIS_COMMIT/\" public/index.html'"
|
||||
script: ssh -q -l root nginxconfig.io "sudo -u www-data -H sh -c 'cd /var/www/nginxconfig.io; git reset --hard && git pull origin master && find . -type f -name '*.html' -exec sed -i -e \"s/COMMIT_HASH/$TRAVIS_COMMIT/\" {} \;'"
|
||||
|
Reference in New Issue
Block a user