Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Graves committed Oct 11, 2019
1 parent c60ce94 commit b6744cd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Deploy new workflow
on: push
#branches:
# - master
#env:
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-east-1
jobs:
deploy:
name: Deploy workflow
Expand All @@ -18,7 +19,11 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
python3.7 -m pip install pipenv
python3.7 -m pip install pipenv awscli
make install
- name: Build container
run: make dist
- name: Publish container
run: make publish
- name: Redeploy cluster
run: pipenv run workflow redeploy --yes

0 comments on commit b6744cd

Please sign in to comment.