We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wonder how can I deploy with an assigned domain so it deploys to the same location every time this github action runs.
The text was updated successfully, but these errors were encountered:
use prod. The --prod option can be used to create a deployment for a production domain specified in the project dashboard.
--prod
Usage Example:
name: deploy production website on: [push] jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: amondnet/now-deployment@v2 with: zeit-token: ${{ secrets.ZEIT_TOKEN }} # Required github-token: ${{ secrets.GITHUB_TOKEN }} #Optional zeit-team-id: team_XXXXXXXXXXX #Optional now-args: '--prod' #Optional now-org-id: 'example_org_id' #Required now-project-id: 'example_project_id' #Required working-directory: ./sub-directory #Optional
Sorry, something went wrong.
No branches or pull requests
I wonder how can I deploy with an assigned domain so it deploys to the same location every time this github action runs.
The text was updated successfully, but these errors were encountered: