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 e60fa6c commit 8966053Copy full SHA for 8966053
.github/workflows/build_and_deploy.yml
@@ -73,6 +73,7 @@ jobs:
73
host: ${{ secrets.DEPLOYER_HOST }}
74
username: ${{ secrets.DEPLOYER_USERNAME }}
75
password: ${{ secrets.DEPLOYER_PASSWORD }}
76
+ environment-name: react
77
service-name: "@react-mf/${{ github.event.repository.name }}"
78
service-url: "https://react.microfrontends.app/${{ github.event.repository.name }}/${{ github.run_id }}/react-mf-${{ github.event.repository.name }}.js"
79
service-integrity-file-path: react-mf-${{ github.event.repository.name }}.js
0 commit comments