Skip to content

Commit

Permalink
Update master_todomatic-todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
venkyvajrala committed Dec 1, 2023
1 parent 46a2fc3 commit 15b7fa8
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/master_todomatic-todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest

environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
steps:
- uses: actions/checkout@v4

Expand All @@ -30,25 +32,6 @@ jobs:
- name: Zip artifact for deployment
run: zip release.zip ./* -r

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
with:
name: node-app
path: release.zip

deploy:
runs-on: ubuntu-latest
needs: build
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v3
with:
name: node-app

# - name: Unzip artifact for deployment
# run: unzip release.zip

Expand Down

0 comments on commit 15b7fa8

Please sign in to comment.