Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanghong Zheng committed Oct 21, 2024
1 parent b0d8d05 commit 508332d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ jobs:
run: pip install flake8
- name: Run flake8
run: flake8 .

deploy-to-impaas:
needs: python-formatting
runs-on: ubuntu-latest
step:
- name: Checkout
uses: actions/checkout@v4


- name: ImPaaS-Deploy
uses: /impaas/impaas-deploy@v3
with:
app-name: gz424-sse-app
deployment-token: 1eb2f790571519883b4fbecdce1e9a437b6c049deb67c958d979cb073bed61a8
method: PLATFORM

0 comments on commit 508332d

Please sign in to comment.