Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mukhoplus authored Oct 2, 2023
1 parent ef9b8ec commit f4aa3fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Publish app to Google App Engine
uses: zxyle/publish-gae-action@v2.3.0
with:
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.PROJECT_ID }}

- uses: actions/checkout@v2
- name: Build React
run: |
Expand All @@ -35,13 +42,6 @@ jobs:
- name: Build Project(without test)
run: |
./gradlew clean build -x test
- name: Publish app to Google App Engine
uses: zxyle/publish-gae-action@v2.3.0
with:
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.PROJECT_ID }}
- name: Deploy Project
run: |
Expand Down

0 comments on commit f4aa3fc

Please sign in to comment.