adding new domain
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/tf_update_dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/tf_update_dev.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
name: www2.ourphone.ourworld.tf
 | 
			
		||||
name: www2.ourphone.tf
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [ development ]
 | 
			
		||||
@@ -8,10 +8,10 @@ jobs:
 | 
			
		||||
    name: Deploy
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: pushing latest change on www2.ourphone.ourworld.tf
 | 
			
		||||
    - name: pushing latest change on www2.ourphone.tf
 | 
			
		||||
      uses: appleboy/ssh-action@master
 | 
			
		||||
      with:
 | 
			
		||||
        host: www2.ourphone.ourworld.tf
 | 
			
		||||
        host: www2.ourphone.tf
 | 
			
		||||
        username: webuser
 | 
			
		||||
        key: ${{ secrets.TF_SECRET }}
 | 
			
		||||
        port: 34022
 | 
			
		||||
@@ -20,5 +20,5 @@ jobs:
 | 
			
		||||
          git log -1
 | 
			
		||||
          git restore .
 | 
			
		||||
          git pull
 | 
			
		||||
          sed -i "s/https:\/\/ourphone.ourworld.tf/https:\/\/www2.ourphone.ourworld.tf/g" config.toml
 | 
			
		||||
          sed -i "s/https:\/\/ourphone.tf/https:\/\/www2.ourphone.tf/g" config.toml
 | 
			
		||||
          ./build.sh
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										8
									
								
								.github/workflows/tf_update_prod.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/tf_update_prod.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
name: ourphone.ourworld.tf
 | 
			
		||||
name: ourphone.tf
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [ master ]
 | 
			
		||||
@@ -8,10 +8,10 @@ jobs:
 | 
			
		||||
    name: Deploy
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: pushing latest change on ourphone.ourworld.tf
 | 
			
		||||
    - name: pushing latest change on ourphone.tf
 | 
			
		||||
      uses: appleboy/ssh-action@master
 | 
			
		||||
      with:
 | 
			
		||||
        host: ourphone.ourworld.tf
 | 
			
		||||
        host: ourphone.tf
 | 
			
		||||
        username: webuser
 | 
			
		||||
        key: ${{ secrets.TF_SECRET }}
 | 
			
		||||
        port: 34022
 | 
			
		||||
@@ -20,5 +20,5 @@ jobs:
 | 
			
		||||
          git log -1
 | 
			
		||||
          git restore .
 | 
			
		||||
          git pull
 | 
			
		||||
          sed -i "s/https:\/\/www2.ourphone.ourworld.tf/https:\/\/ourphone.ourworld.tf/g" config.toml
 | 
			
		||||
          sed -i "s/https:\/\/ourphone.tf/https:\/\/ourphone.tf/g" config.toml
 | 
			
		||||
          ./build.sh
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
# The URL the site will be built for
 | 
			
		||||
base_url = "https://ourphone.ourworld.tf/"
 | 
			
		||||
base_url = "https://ourphone.tf/"
 | 
			
		||||
# Change this to your own URL! Please note this variable **must** be uncommented.
 | 
			
		||||
 | 
			
		||||
title = "OurPhone"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user