Skip to content

Commit 296a87b

Browse files
committed
test2
1 parent d44ad1b commit 296a87b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/backend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
path: /tmp/artifacts
3939
deploy:
4040
needs: build
41-
environment:
42-
name: backend-deploy
4341
runs-on: ubuntu-latest
4442
env:
4543
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/frontend.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656

5757
deploy:
5858
needs: build
59-
environment:
60-
name: github-pages
61-
url: ${{ steps.deployment.outputs.page_url }}
6259
runs-on: ubuntu-latest
6360
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
6461
permissions:

0 commit comments

Comments
 (0)