Skip to content

Commit

Permalink
adasda
Browse files Browse the repository at this point in the history
Final Push
  • Loading branch information
bert-cafecito committed Dec 8, 2024
1 parent ec32a5a commit 4ba12d1
Show file tree
Hide file tree
Showing 24 changed files with 550 additions and 2,565 deletions.
22 changes: 0 additions & 22 deletions .devcontainer/devcontainer.json

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Inject Secrets into HTML
run: |
echo "Replacing placeholders with secrets"
sed -i "s|{{ DEVCYCLE_CLIENT_SDK_KEY }}|${{ secrets.DEVCYCLE_CLIENT_SDK_KEY }}|g" ./devcycle.js
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'frontend'
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
17 changes: 0 additions & 17 deletions backend/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions backend/data/session_data.json

This file was deleted.

Loading

0 comments on commit 4ba12d1

Please sign in to comment.