Skip to content

Commit

Permalink
Merge branch 'main' into CI/CD-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxada committed Aug 21, 2023
2 parents 9ee809e + a53ee6e commit b9bdea8
Show file tree
Hide file tree
Showing 49 changed files with 1,227 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
path: build

- name: remove old build
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@0.1.10
with:
host: ${{ secrets.DROPLET_IP_ADDRESS }}
username: ${{ secrets.SSHUSERNAME }}
Expand All @@ -64,10 +64,10 @@ jobs:
remote: "/var/www/gh-copilot/"

- name: restart nginx
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@0.1.10
with:
host: ${{ secrets.DROPLET_IP_ADDRESS }}
username: ${{ secrets.SSHUSERNAME }}
password: ${{ secrets.SSHPASSWORD }}
script: |
echo ${{ secrets.SSHPASSWORD }} | sudo -S systemctl restart nginx
echo ${{ secrets.SSHPASSWORD }} | sudo -S systemctl restart nginx
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $ git push -u origin my-new-branch
Upon submitting a pull request, one of the maintainers will review your pull request and give feedback on changes or merge your pull requested.
> Keep in mind to regularly synchronize your fork with the main branch. To do this, make sure you are in the project's root folder, and the branch should be the main branch. Run the command:
```
$ git remote add upstream https://github.com/chaoss/chaoss-slack-bot.git
$ git remote add upstream https://github.com/chaoss/GitHub-Copilot-Hackathon-Project.git
```

Now that your upstream is set up on your local machine, whenever you need to create a new branch to make changes, make sure your main branch is in sync with the main repository by typing:
Expand All @@ -85,10 +85,10 @@ $ git push origin main
Thank you for your contributions! We appreciate your time and effort in making this project better.

## Resources
- Project Design -> https://www.figma.com/file/mALWb4e0vqfBbtRwop3g16/Afos?type=design&node-id=44-930&mode=design&t=XHbTvPKU9rzZ0NZU-0
- [Project Design - Figma](https://www.figma.com/file/mALWb4e0vqfBbtRwop3g16/Afos?type=design&node-id=44-930&mode=design&t=XHbTvPKU9rzZ0NZU-0)


- Code of Conduct -> https://github.com/chaoss/.github/blob/main/CODE_OF_CONDUCT.md
- [Code of Conduct](https://github.com/chaoss/.github/blob/main/CODE_OF_CONDUCT.md)



7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ The GitHub Copilot hackathon is a project created by CHAOSS Africa to demonstrat

The team will create a web project using CoPilot to generate code suggestions in real time.

## Project design
- [figma](https://www.figma.com/file/mALWb4e0vqfBbtRwop3g16/Afos?type=design&node-id=543-3049&mode=design&t=Uc7cI6vMcv2Xzryg-0)

## Main Objectives

- To demonstrate how GitHub CoPilot enhances productivity and reduces time it takes to deliver projects.
Expand All @@ -18,8 +21,8 @@ The team will create a web project using CoPilot to generate code suggestions in

## Project Timeline

The development phase will start on 10th July and end on 27th July 2023.
The development phase will start on 10th July and end in mid-August 2023.

## Contributing Guidelines

This project is open to the community and anyone can contribute to it. To contribute to this project, ensure to follow the guidelines found [here](https://github.com/chaoss/GitHub-Copilot-Hackathon-Project/blob/main/CONTRIBUTIONS.md).
This project is open to the community and anyone can contribute to it. To contribute to this project, ensure to follow the guidelines found [here](https://github.com/chaoss/GitHub-Copilot-Hackathon-Project/blob/main/CONTRIBUTING.md).
7 changes: 7 additions & 0 deletions build/assets/afos-logo-bbe6e4d3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions build/assets/enhancement-text-1b789a42.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/assets/index-7eb86f0a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b9bdea8

Please sign in to comment.