Skip to content

Instantly share code, notes, and snippets.

View imgerson's full-sized avatar
🏠
Working from home

Gerson Javier Ruiz Cruz imgerson

🏠
Working from home
View GitHub Profile
@imgerson
imgerson / ci.yml
Last active November 27, 2020 17:30
WC_MEXICO_2020: CI_WordPress
name: CI
# Trigers on new pull requests
on:
push:
branches:
- main
pull_request:
# Allows you to run this workflow manually from the Actions tab
@imgerson
imgerson / cd.yml
Last active November 27, 2020 17:30
WC_MEXICO_2020: CD_WordPres
name: CD
# Trigers when production branch is updated.
on:
push:
branches: [ staging ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@imgerson
imgerson / index.html
Created December 22, 2018 22:07
Interactive video with HTML5 and JavaScript
<!DOCTYPE html>
<html>
<head>
<title>Basic interactive video with HTML5 and vanilla JavaScript</title>
</head>
<body>
<!-- Read my blog post on interactive videos: https://mostlydevstuff.com/2018/basic-interactive-video-with-html5-and-javascript/ -->
<style>