Skip to content

Instantly share code, notes, and snippets.

@benhartwich
Created October 10, 2018 08:24
Show Gist options
  • Save benhartwich/95dcb95f7e64c2dc0dd9af103cf16586 to your computer and use it in GitHub Desktop.
Save benhartwich/95dcb95f7e64c2dc0dd9af103cf16586 to your computer and use it in GitHub Desktop.
Gitlab
stages:
- deploy
deploy-master:
stage: deploy
environment: production
script:
- ssh user@host.com "
cd /var/www/wordpress/wp-content/themes/theme-name &&
git pull
"
environment:
name: production
only:
- master
when: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment