Skip to content

Instantly share code, notes, and snippets.

View schady4's full-sized avatar
🐕
Wishing my dog was in the office with me

Jarett Schadlich schady4

🐕
Wishing my dog was in the office with me
View GitHub Profile
@daviddarke
daviddarke / gitlab-ci.yml
Last active May 21, 2024 14:17
Gitlab pipeline to push to WP Engine
stages:
- deploy
Deploy:
before_script:
## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image)
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
## Create the SSH directory and give it the right permissions