You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My local repository and this repository have a viewport meta tag in index.html. When I run git push live gh-pages per the readme to deploy, git says everything is up to date. However, that viewport tag is not on the live pages.
Is it possible the post-receive hook isn't working?
The text was updated successfully, but these errors were encountered:
In lieu of figuring out our deploy headache, i suggest the following hack:
# after you build locally,cd LOCAL_REPO/dist
tar -cz .| ssh [email protected]'cd /var/lib/docker/aufs/mnt/`docker inspect --format='{{.Id}}' gnl-frontend`/opt/gnl-frontend/dist && tar zx'
My local repository and this repository have a
viewport
meta tag in index.html. When I rungit push live gh-pages
per the readme to deploy, git says everything is up to date. However, that viewport tag is not on the live pages.Is it possible the post-receive hook isn't working?
The text was updated successfully, but these errors were encountered: