Skip to content
New issue

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

ci: use actions/* for deployment #64

Merged
merged 4 commits into from
Feb 5, 2023
Merged

ci: use actions/* for deployment #64

merged 4 commits into from
Feb 5, 2023

Conversation

climba03003
Copy link
Member

@climba03003 climba03003 commented Feb 3, 2023

Fixes: #31

Checklist

.github/workflows/publish.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Show resolved Hide resolved
uses: actions/deploy-pages@v1
# enable preview when PR
with:
preview: ${{ github.event_name == 'pull_request_target' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we try it 😈?

description: 'Is this attempting to deploy a pull request as a GitHub Pages preview site? (NOTE: This feature is only in alpha currently and is not available to the public!)'

I would keep the old workflow as workflow_dispatch only - just as backup

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we try it 😈?

Yes, just to see if we are capable for this feature.

@Eomm Eomm merged commit ead26fd into fastify:main Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Website preview
2 participants