We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44ad1b commit 296a87bCopy full SHA for 296a87b
.github/workflows/backend.yml
@@ -38,8 +38,6 @@ jobs:
38
path: /tmp/artifacts
39
deploy:
40
needs: build
41
- environment:
42
- name: backend-deploy
43
runs-on: ubuntu-latest
44
env:
45
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
.github/workflows/frontend.yml
@@ -56,9 +56,6 @@ jobs:
56
57
58
59
60
- name: github-pages
61
- url: ${{ steps.deployment.outputs.page_url }}
62
63
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
64
permissions:
0 commit comments