Skip to content
Snippets Groups Projects
Commit 650e7211 authored by Griefed's avatar Griefed :joystick:
Browse files

Fix template and variables

parent 2277815e
No related branches found
No related tags found
No related merge requests found
export GITHUB_REPONAME='docker-template-repo'
export GITHUB_USERNAME='username'
export DOCKERHUB_REPONAME='template-repo'
export DOCKERHUB_TAG='tag'
export DOCKERHUB_USERNAME='username'
export DESCRIPTION='This is an example description for the docker-template-repo. This text should be replaced with an adequate description of the repo this template was clone for. Blablablablablabla you know the drill.'
export CREATOR_USERNAME='Griefed'
export CREATOR_REPONAME='template'
export EXAMPLE_SITE_LINK='https://www.example.com'
export CONTAINER_PORT='1234'
export GITHUB_REPONAME='docker-ICEcoder'
export GITHUB_USERNAME='Griefed'
export GITHUB_REPONAME_HEADER='docker-ICEcoder_header.png'
export GITHUB_REPONAME_SCREENSHOT='docker-ICEcoder_screenshot.png'
export DOCKERHUB_REPONAME='icecoder'
export DOCKERHUB_TAG='latest'
export DOCKERHUB_USERNAME='griefed'
export DESCRIPTION='ICEcoder is a browser based code editor, which provides a modern approach to building websites. By allowing you to code directly within the web browser, online or offline, it means you only need one program (your browser) to develop sites, plus can test on actual web servers. After development, you can also maintain the website easily, all of which make for speedy and smart development.'
export CREATOR_USERNAME='icecoder'
export CREATOR_REPONAME='ICEcoder'
export EXAMPLE_SITE_LINK='http://demo.icecoder.net/ICEcoder/'
export CONTAINER_PORT='8080'
[![$GITHUB_REPONAME](img/$GITHUB_REPONAME_header.png)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
[![$GITHUB_REPONAME](img/$GITHUB_REPONAME_HEADER)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
---
......@@ -13,7 +13,7 @@ $GITHUB_REPONAME
$DESCRIPTION
[![$CREATOR_REPONAME](img/$GITHUB_REPONAME_screenshot.png)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
[![$CREATOR_REPONAME](img/$GITHUB_REPONAME_SCREENSHOT)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment