Skip to content
View EstherMarie's full-sized avatar
🏠
Learning from home
🏠
Learning from home

Highlights

  • Pro
Block or Report

Block or report EstherMarie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Continuous Deployment Workflow for W... Continuous Deployment Workflow for WordPress Projects. Uses ssh, rsync and WP-CLI to synchronize the local theme folder with the remote machine hosted on AWS. For more details, please visit the documentation board (in Portuguese): https://github.com/users/EstherMarie/projects/8.
    1
    name: WordPress Deploy
    2
    on:
    3
      push:
    4
        branches: [ "main" ]
    5
    
    
  2. Frontend-Mentor-Challenges Frontend-Mentor-Challenges Public

    My solutions for the Frontend Mentor challenges

    TypeScript 1

  3. ImersaoDev_e_FCamara ImersaoDev_e_FCamara Public

    🟠 Projeto desenvolvido para o processo seletivo do Grupo FCamara

    HTML

  4. Work In Progress | Run WebPageTest i... Work In Progress | Run WebPageTest in local environment using CloudFlared.
    1
    # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
    2
    # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
    3
    
    
    4
    name: WebPageTest CI
    5