Skip to content

Commit

Permalink
Added Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Sep 8, 2024
1 parent 7403f24 commit ea399d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,11 @@ jobs:
run: unzip acf-configs-${{vars.NX_PUBLIC_VARIANT}}.zip -d acf-configs
- name: Build And Deploy
id: deploy
uses: Azure/static-web-apps-deploy@v1
uses: FirebaseExtended/action-hosting-deploy@v0
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: 'upload'
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: 'acf-configs' # App source code path
api_location: '' # Api source code path - optional
skip_app_build: true
skip_api_build: true
output_location: '' # Built app content directory - optional
###### End of Repository/Build Configurations ######
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
projectId: auto-clicker-autofill
channelId: live

tag:
needs: [extension, web]
Expand Down
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hosting": {
"site": "auto-clicker-autofill-configs",
"public": "dist/apps/acf-configs",
"public": "acf-configs",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
Expand Down

0 comments on commit ea399d0

Please sign in to comment.