-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from hngprojects/main-hotfix
Update pr-deploy.sh: fix directory creation and readme pr-deploy version
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ This GitHub Action deploys pull requests in Docker containers, allowing you to t | |
Pull request events trigger this action. It builds the Docker image for the pull request and deploys it in a new Docker container. This step calls the action tool in the workflow script | ||
``` | ||
steps: | ||
- uses: hngprojects/[email protected].6 | ||
- uses: hngprojects/[email protected].7 | ||
``` | ||
## Inputs | ||
The following inputs are required to configure the GitHub Action. These inputs allow the action to connect to your server, specify the: | ||
|
@@ -38,7 +38,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Deploy PR | ||
uses: hngprojects/[email protected].6 | ||
uses: hngprojects/[email protected].7 | ||
with: | ||
server_host: ${{ secrets.SERVER_HOST }} | ||
server_username: ${{ secrets.SERVER_USERNAME }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters