Skip to content

Commit

Permalink
update github action for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-cologne authored Feb 6, 2021
1 parent 2bfd4cb commit 1902593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: sed -i -e "s/twitter_api_consumer_key$/$TWITTER_API_CONSUMER_KEY/g" app.yaml
env:
TWITTER_API_CONSUMER_KEY: ${{secrets.TWITTER_API_CONSUMER_KEY}}
Expand All @@ -22,7 +22,7 @@ jobs:
- run: sed -i -e "s/twitter_api_access_token_secret$/$TWITTER_API_ACCESS_TOKEN_SECRET/g" app.yaml
env:
TWITTER_API_ACCESS_TOKEN_SECRET: ${{secrets.TWITTER_API_ACCESS_TOKEN_SECRET}}
- uses: exelban/gcloud@master
- uses: actions-hub/gcloud@master
env:
PROJECT_ID: ${{secrets.GCLOUD_PROJECT_ID}}
APPLICATION_CREDENTIALS: ${{secrets.GOOGLE_APPLICATION_CREDENTIALS}}
Expand Down

0 comments on commit 1902593

Please sign in to comment.