Skip to content

Update develop-push-gae.yaml #172

Update develop-push-gae.yaml

Update develop-push-gae.yaml #172

name: 'Deploy to Dev'
on:
push:
branches:
- '*'
jobs:
build-push-deploy:
name: 'Build and Deploy to Development'
runs-on: ubuntu-latest
if: ${{ github.event.action != 'closed'}}
# Checkout the repository to the GitHub Actions runner
steps:
- name: Checkout
uses: actions/checkout@v2
# gcloud CLI setup
- name: Login to GCP
uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.DEV_SA_KEY }}
project_id: skyviewer
export_default_credentials: true
- name: Dump secret
run: echo -n "${{ secrets.DEV_APP_ENGINE_SA }}" | xxd -ps