Skip to content

Instantly share code, notes, and snippets.

@rafaelss
Created January 24, 2020 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rafaelss/f84af4f5295a9ecbce2730d460e7544f to your computer and use it in GitHub Desktop.
Save rafaelss/f84af4f5295a9ecbce2730d460e7544f to your computer and use it in GitHub Desktop.
on:
pull_request:
types: [closed]
branches:
- master
jobs:
docker:
runs-on: ubuntu-latest
if: github.event.pull_request.merged
steps:
- uses: actions/checkout@v1
- run: sudo pip install gigalixir --ignore-installed six
- run: gigalixir login -e "${{ secrets.GIGALIXIR_EMAIL }}" -y -p "${{ secrets.GIGALIXIR_PASSWORD }}"
- run: gigalixir git:remote ${{ secrets.GIGALIXIR_APP_NAME }}
- run: git push -f gigalixir HEAD:refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment